Skip to content

Commit 61c8db7

Browse files
authored
POST IA: Fix redirect old custom-signup-signin-pages paths (#2643)
1 parent 3598503 commit 61c8db7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redirects/dynamic/docs.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"destination": "/docs/:sdk/reference/hooks/:path*",
5050
"permanent": true,
5151
},
52+
{
53+
"source": "/docs/references/:path/custom-signup-signin-pages",
54+
"destination": "/docs/guides/development/custom-sign-in-or-up-page",
55+
"permanent": true,
56+
},
5257
{
5358
"source": "/docs/references/:path*",
5459
"destination": "/docs/reference/:path*",

0 commit comments

Comments
 (0)