docs: remove /dev switch

This commit is contained in:
Benjamin Canac
2024-09-25 12:18:02 +02:00
parent 39b85f11d8
commit a9339ccf2a
18 changed files with 53 additions and 195 deletions

View File

@@ -68,6 +68,11 @@
"destination": "/dev/components/:path",
"permanent": true
},
{
"source": "/dev/components/:path(.*)",
"destination": "/components/:path",
"permanent": true
},
{
"source": "/pro/guide",
"destination": "/pro/getting-started",