Skip to content

Commit

Permalink
chore: update stakewars redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Feb 5, 2024
1 parent 50c865e commit 2c96b2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ const nextConfig = {
'/near/widget/NearOrg.HomePage?utm_source=stack&utm_medium=podcast&utm_campaign=stackoverflow_evergreen_bos_awareness',
permanent: false,
},
{
source: '/stakewars',
destination:
'https://github.com/near/stakewars-iv',
permanent: false,
},
{
source: '/nearcon23.near/widget/Index',
destination: 'https://nearcon.app',
Expand Down
1 change: 0 additions & 1 deletion src/pages/[...arbitrary].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const finiteRoutes: Record<string, string> = {
sailgpsf: 'https://pages.near.org/sailgpsf',
sf: 'https://pages.near.org/sf',
spill: 'https://pages.near.org/spill',
stakewars: 'https://pages.near.org/stakewars',
'use-cases': 'https://pages.near.org/use-cases',
'v3-developers': 'https://pages.near.org/v3-developers',
'v3-use': 'https://pages.near.org/v3-use',
Expand Down

0 comments on commit 2c96b2d

Please sign in to comment.