Skip to content

Commit f2b6059

Browse files
authored
doc: add redirect for authentication guides to quick-start (#467)
1 parent 9395339 commit f2b6059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"source": "/docs/intro/frontend",
2626
"destination": "/docs/the-complete-guide/part4/",
2727
"permanent": true
28-
}
28+
},
29+
{ "source": "/docs/guides/authentication/:path*", "destination": "/docs/quick-start/authentication/:path*", "permanent": true }
2930
]
3031
}

0 commit comments

Comments
 (0)