Skip to content

Commit

Permalink
Merge pull request #37 from near/develop
Browse files Browse the repository at this point in the history
fix use-cases/dao link
  • Loading branch information
charleslavon authored Jun 4, 2024
2 parents 7d29534 + 7c907f6 commit a4a514f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ const nextConfig = {
destination: 'https://github.com/near/stakewars-iv',
permanent: false,
},
{
source: '/use-cases/:path*',
destination: `${appGatewayHostname}/use-cases/:path*`,
permanent: false,
},
{
source: '/validators',
destination: 'https://pages.near.org/validators',
Expand Down

0 comments on commit a4a514f

Please sign in to comment.