Skip to content

Commit

Permalink
Update Token Url (ensdomains#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 11, 2024
1 parent ecb6805 commit c1a0df1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/local/config/navigation/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const navigation: SectionData[] = [
href: '/dao/constitution',
},
{ title: '🏛️ Foundation', href: '/dao/foundation' },
{ title: '🪂 Airdrop', href: '/dao/airdrop' },
{ title: '🔷 Token', href: '/dao/token' },
],
},
{
Expand Down
1 change: 1 addition & 0 deletions app/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@
/v/governance/governance-proposals/term-4/ep4.8-social-extend-stewards-terms /dao/proposals/4.8
/v/governance/governance-proposals/term-4/ep4.9-social-select-providers-for-ep4.7-streams /dao/proposals/4.9
/v/governance/governance-proposals/term-4/ep4.10-social-transfer-ens-root-key-ownership-to-the-ens-dao /dao/proposals/4.10
/dao/airdrop /dao/token
4 changes: 4 additions & 0 deletions app/public/edgerc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"trailing_slash": "never"
},
"redirects": [
{
"pattern": "^/dao/airdrop$",
"destination": "/dao/token"
},
{
"pattern": "^/subgraph$",
"destination": "/web/subgraph"
Expand Down

0 comments on commit c1a0df1

Please sign in to comment.