Browse Source

fix: add rewrites to vercel.json (#662)

pull/670/head
Dan Ditomaso 12 months ago
committed by GitHub
parent
commit
c91e5e6b7b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      vercel.json

8
vercel.json

@ -1,5 +1,11 @@
{
"github": { "silent": true },
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{
"source": "/((?!api|.*\\..*).*)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/",

Loading…
Cancel
Save