chore: redirect deprated route to new than (#1267)

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-10-31 20:35:49 +08:00 committed by GitHub
parent 488e8effc6
commit 2fd5941a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
"source": "/list/:id",
"destination": "/share/lists/:id",
"permanent": true
},
{
"source": "/profile/:path*",
"destination": "/share/users/:path*",
"permanent": true
}
],
"headers": []