Skip to content

Commit

Permalink
try disabling redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Loosetooth committed Mar 16, 2024
1 parent 2a2fff3 commit 2ddaadc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export default withNextra({
// unoptimized: true,
// },
basePath: '/epola',
async redirects() {
return [
{
source: '/',
destination: '/epola',
basePath: false,
permanent: true,
},
]
},
// async redirects() {
// return [
// {
// source: '/',
// destination: '/epola',
// basePath: false,
// permanent: true,
// },
// ]
// },
})

0 comments on commit 2ddaadc

Please sign in to comment.