Skip to content

Commit 1dff7c9

Browse files
authored
Merge pull request #226 from onflow/brian-doyle/fix-redirects-2
Remove path-based redirect
2 parents 833082b + 33c0f27 commit 1dff7c9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"source": "/docs/1.0/:path*",
2727
"destination": "/docs/:path*"
2828
},
29-
{
30-
"source": "/docs/language/values-and-types/:path*",
31-
"destination": "/docs/language/values-and-types/index:path*",
32-
"permanent": true
33-
},
3429
{
3530
"source": "/docs/language/intersection-types",
3631
"destination": "/docs/language/types-and-type-system/intersection-types",

0 commit comments

Comments
 (0)