fix(vercel): filter subpath
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
23fc4ad78a
commit
fc38072320
|
|
@ -9,7 +9,7 @@
|
|||
"destination": "/__debug_proxy.html"
|
||||
},
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"source": "/((?!assets|vendor|locales/).*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue