Skip to content

Commit 281c017

Browse files
committed
fix: redirect order for /docs/next
1 parent af1f7f3 commit 281c017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vercel.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"destination": "/docs/welcome",
1616
"permanent": false
1717
},
18+
{
19+
"source": "/docs/next/:path",
20+
"destination": "/docs/:path",
21+
"permanent": false
22+
},
1823
{
1924
"source": "/docs/:path*",
2025
"destination": "https://www.ory.com/docs/:path",
@@ -1221,11 +1226,6 @@
12211226
"source": "/docs/kratos/bring-your-own-ui/custom-ui-ory-elements",
12221227
"destination": "/docs/getting-started/integrate-auth/nextjs-app-router-quickstart",
12231228
"permanent": true
1224-
},
1225-
{
1226-
"source": "/docs/next/:path",
1227-
"destination": "/docs/:path",
1228-
"permanent": false
12291229
}
12301230
]
12311231
}

0 commit comments

Comments
 (0)