Skip to content

Commit b32a0e5

Browse files
committed
Remove redirections for dev-docs as new homepage is ready
1 parent 96dca3b commit b32a0e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docusaurus/vercel.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
"source": "/dev-docs/deployment/strapi-cloud",
99
"destination": "/cloud/intro"
1010
},
11-
{
12-
"source": "/dev-docs/intro",
13-
"destination": "/dev-docs"
14-
},
1511
{
1612
"source": "/developer-docs",
1713
"destination": "/dev-docs"
1814
},
1915
{
2016
"source": "/dev-docs",
21-
"destination": "/"
17+
"destination": "/dev-docs/intro"
2218
},
2319
{
2420
"source": "/user-docs/getting-started/introduction.html",

0 commit comments

Comments
 (0)