mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: move vercel.json in root dir
This commit is contained in:
152
vercel.json
Normal file
152
vercel.json
Normal file
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"github": {
|
||||
"silent": true
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/elements/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/forms/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/data/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/navigation/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/overlays/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/layout/:path(.*)",
|
||||
"destination": "/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/elements/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/forms/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/data/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/navigation/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/overlays/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/dev/layout/:path(.*)",
|
||||
"destination": "/dev/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/guide",
|
||||
"destination": "/pro/getting-started",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/guide/usage",
|
||||
"destination": "/pro/getting-started/theming",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/guide/content",
|
||||
"destination": "/pro/getting-started/content",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/guide/templates",
|
||||
"destination": "/pro/templates",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/header/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/main/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/footer/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/landing/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/pricing/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/blog/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/page/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/aside/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/navigation/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/auth/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/docs/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/color-mode/:path(.*)",
|
||||
"destination": "/pro/components/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/pro/components/prose/:path(.*)",
|
||||
"destination": "/pro/prose/:path",
|
||||
"permanent": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user