mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:31:12 -05:00
Fix vercel.json schema validation
This commit is contained in:
12
vercel.json
12
vercel.json
@@ -1,19 +1,11 @@
|
|||||||
{
|
{
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/api/(.*)",
|
"source": "/",
|
||||||
"destination": "/api/$1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/(.*\\.(?:js|css|jpg|jpeg|png|gif|svg|ico|woff|woff2|ttf|eot|webp|json|xml))$",
|
|
||||||
"continue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/[^.]+",
|
|
||||||
"destination": "/api/ssrOG"
|
"destination": "/api/ssrOG"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/",
|
"source": "/:path((?!.*\\.).*)",
|
||||||
"destination": "/api/ssrOG"
|
"destination": "/api/ssrOG"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user