fix: adding redirect rules to old signup page
This commit is contained in:
parent
f77761b4f9
commit
e2ac60e259
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@ const nextConfig = {
|
||||||
],
|
],
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
async redirects() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
source: "/accounts/sign-up",
|
||||||
|
destination: "/",
|
||||||
|
permanent: true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
const rewrites = [
|
const rewrites = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue