mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 13:47:55 +01:00
docs(vercel.json): ignore _payload.json in redirects
This commit is contained in:
10
vercel.json
10
vercel.json
@@ -89,17 +89,17 @@
|
|||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/pro/components/header/:path(.*)",
|
"source": "/pro/components/header/:path((?!_payload.json).*)",
|
||||||
"destination": "/pro/components/:path",
|
"destination": "/pro/components/:path",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/pro/components/main/:path(.*)",
|
"source": "/pro/components/main/:path((?!_payload.json).*)",
|
||||||
"destination": "/pro/components/:path",
|
"destination": "/pro/components/:path",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/pro/components/footer/:path(.*)",
|
"source": "/pro/components/footer/:path((?!_payload.json).*)",
|
||||||
"destination": "/pro/components/:path",
|
"destination": "/pro/components/:path",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
@@ -119,12 +119,12 @@
|
|||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/pro/components/page/:path(.*)",
|
"source": "/pro/components/page/:path((?!_payload.json).*)",
|
||||||
"destination": "/pro/components/:path",
|
"destination": "/pro/components/:path",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/pro/components/aside/:path(.*)",
|
"source": "/pro/components/aside/:path((?!_payload.json).*)",
|
||||||
"destination": "/pro/components/:path",
|
"destination": "/pro/components/:path",
|
||||||
"permanent": true
|
"permanent": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user