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