We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532864d + 51c1485 commit d63b3f5Copy full SHA for d63b3f5
apps/web/next.config.mjs
@@ -60,7 +60,7 @@ const nextConfig = {
60
},
61
],
62
destination: `${process.env.NEXT_PUBLIC_CURRENT_DOMAIN}/:path?from=${legacyHostname}`,
63
- permanent: false,
+ permanent: true,
64
})
65
}
66
0 commit comments