mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +02:00
🏗️ Move account settings (#1814)
This commit is contained in:
parent
2889967726
commit
bfa3b0818e
34 changed files with 41 additions and 32 deletions
|
@ -56,6 +56,21 @@ const nextConfig = {
|
|||
destination: "/api/notifications/unsubscribe",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/settings/profile",
|
||||
destination: "/account/profile",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/settings/preferences",
|
||||
destination: "/account/preferences",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/settings/billing",
|
||||
destination: "/account/billing",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
devIndicators: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue