Skip to content

Commit

Permalink
fix missing redirection in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antho1404 committed Apr 16, 2024
1 parent 8485e5f commit de78fb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ const withNextra = require('nextra')({
})
module.exports = withNextra({
reactStrictMode: true,
redirects: async () => {
return [
{
source: '/guides',
destination: '/guides/setup-fees',
permanent: false,
},
]
},
})

0 comments on commit de78fb9

Please sign in to comment.