Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
1 deletions
-
vercel.json
|
|
|
@ -1,5 +1,11 @@ |
|
|
|
{ |
|
|
|
"github": { "silent": true }, |
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json", |
|
|
|
"rewrites": [ |
|
|
|
{ |
|
|
|
"source": "/((?!api|.*\\..*).*)", |
|
|
|
"destination": "/index.html" |
|
|
|
} |
|
|
|
], |
|
|
|
"headers": [ |
|
|
|
{ |
|
|
|
"source": "/", |
|
|
|
|