refactor: refactor the settings page to improve the experience & change ssr as csr (#8961)

This commit is contained in:
Shinji-Li
2025-09-22 11:30:47 +08:00
committed by GitHub
parent 6b0f8eddb5
commit 1251548120
82 changed files with 627 additions and 653 deletions
+5 -5
View File
@@ -244,11 +244,11 @@ const nextConfig: NextConfig = {
permanent: true,
source: '/discover/providers',
},
{
destination: '/settings/common',
permanent: true,
source: '/settings',
},
// {
// destination: '/settings/common',
// permanent: true,
// source: '/settings',
// },
{
destination: '/chat',
permanent: true,