🏗️ Move account settings (#1814)

This commit is contained in:
Luke Vella 2025-07-11 18:02:38 +01:00 committed by GitHub
parent 2889967726
commit bfa3b0818e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 41 additions and 32 deletions

View file

@ -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: {