Skip to content

Commit

Permalink
Merge pull request #35 from near/develop
Browse files Browse the repository at this point in the history
fix about/network/validators  404
  • Loading branch information
charleslavon authored May 28, 2024
2 parents 414f0c3 + e547658 commit 7d29534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const nextConfig = {
// Please keep redirects in alphabetical order based on `source`:

{
source: '/about',
destination: `${appGatewayHostname}/learn`,
source: '/about/:path*',
destination: `https://pages.near.org/about/:path*`,
permanent: false,
},
{
Expand Down

0 comments on commit 7d29534

Please sign in to comment.