Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Nov 15, 2024
1 parent 5ea1928 commit 16695c9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,4 @@ export default withNextra({
assetPrefix,
basePath: assetPrefix,
output: "export",
images: {
unoptimized: true,
},
async redirects() {
return [
{
destination: '/installation/getting-started',
permanent: true,
source: '/installation',
},
{
destination: '/moved',
permanent: true,
source: '/en/:path*',
}
]
}
})

0 comments on commit 16695c9

Please sign in to comment.