mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
async redirects() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
source: "/accounts/sign-up",
|
||||||
|
destination: "/",
|
||||||
|
permanent: true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
const rewrites = [
|
const rewrites = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user