fix: rewrite eng myPages and rename urls for my pages urls
This commit is contained in:
@@ -60,7 +60,10 @@ const nextConfig = {
|
||||
{ source: login.fi, destination: "/fi/login" },
|
||||
{ source: login.no, destination: "/no/login" },
|
||||
{ source: login.sv, destination: "/sv/login" },
|
||||
|
||||
{
|
||||
source: `${myPages.en}/:path*`,
|
||||
destination: `/en/my-pages/:path*`,
|
||||
},
|
||||
{
|
||||
source: `${myPages.da}/:path*`,
|
||||
destination: `/da/my-pages/:path*`,
|
||||
|
||||
Reference in New Issue
Block a user