fix(vercel): filter subpath

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-10-12 15:26:26 +08:00
parent 23fc4ad78a
commit fc38072320
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"destination": "/__debug_proxy.html"
},
{
"source": "/(.*)",
"source": "/((?!assets|vendor|locales/).*)",
"destination": "/index.html"
}
],