🔗 Add redirect

This commit is contained in:
Luke Vella 2023-08-30 20:53:00 +01:00
parent b84e20ff32
commit bcc905d183

View file

@ -79,6 +79,11 @@ const nextConfig = {
destination: createAppUrl("/register"),
permanent: true,
},
{
source: "/S17JJrRWc",
destination: "/",
permanent: true,
},
];
},
};