Skip to content

Commit 0c56cfb

Browse files
GeneAIGeneAI
authored andcommitted
fix: Add vercel.json redirect for framework-docs trailing slash
1 parent 3ba1de2 commit 0c56cfb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirects": [
3+
{
4+
"source": "/framework-docs/:path((?!.*\\.).+)",
5+
"destination": "/framework-docs/:path/",
6+
"permanent": true
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)