We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1f7f3 commit 281c017Copy full SHA for 281c017
vercel.json
@@ -15,6 +15,11 @@
15
"destination": "/docs/welcome",
16
"permanent": false
17
},
18
+ {
19
+ "source": "/docs/next/:path",
20
+ "destination": "/docs/:path",
21
+ "permanent": false
22
+ },
23
{
24
"source": "/docs/:path*",
25
"destination": "https://www.ory.com/docs/:path",
@@ -1221,11 +1226,6 @@
1221
1226
"source": "/docs/kratos/bring-your-own-ui/custom-ui-ory-elements",
1222
1227
"destination": "/docs/getting-started/integrate-auth/nextjs-app-router-quickstart",
1223
1228
"permanent": true
1224
- },
1225
- {
- "source": "/docs/next/:path",
- "destination": "/docs/:path",
- "permanent": false
1229
}
1230
]
1231
0 commit comments