forked from github/plane
fix: adding redirect rules to old signup page
This commit is contained in:
parent
f77761b4f9
commit
e2ac60e259
@ -30,6 +30,15 @@ const nextConfig = {
|
||||
],
|
||||
unoptimized: true,
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/accounts/sign-up",
|
||||
destination: "/",
|
||||
permanent: true
|
||||
}
|
||||
]
|
||||
},
|
||||
async rewrites() {
|
||||
const rewrites = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user