mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: adding redirect rules to old signup page
This commit is contained in:
@@ -30,6 +30,15 @@ const nextConfig = {
|
||||
],
|
||||
unoptimized: true,
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/accounts/sign-up",
|
||||
destination: "/",
|
||||
permanent: true
|
||||
}
|
||||
]
|
||||
},
|
||||
async rewrites() {
|
||||
const rewrites = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user