Skip to content

Commit 20f16e4

Browse files
authored
Merge pull request #243 from makeplane/fix-api-reference-redirection
fix: redirections to api reference
2 parents 175b269 + 48ef651 commit 20f16e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"cleanUrls": true,
33
"redirects": [
4+
{
5+
"source": "/api-reference",
6+
"destination": "/api-reference/introduction"
7+
},
48
{
59
"source": "/api-reference/byoa/build-plane-app",
610
"destination": "/dev-tools/build-plane-app"
@@ -84,6 +88,10 @@
8488
{
8589
"source": "/dev-tools/build-plane-app",
8690
"destination": "/dev-tools/build-plane-app/overview"
91+
},
92+
{
93+
"source": "/self-hosting",
94+
"destination": "/self-hosting/overview"
8795
}
8896
]
8997
}

0 commit comments

Comments
 (0)