mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
🔗 Add redirect
This commit is contained in:
parent
b84e20ff32
commit
bcc905d183
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ const nextConfig = {
|
||||||
destination: createAppUrl("/register"),
|
destination: createAppUrl("/register"),
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/S17JJrRWc",
|
||||||
|
destination: "/",
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue