Browse Source

Update vercel.json

pull/1021/head
Honkertonken 1 year ago committed by GitHub
parent
commit
162da3b22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      vercel.json

7
vercel.json

@ -1,5 +1,10 @@ @@ -1,5 +1,10 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
],
"headers": [
{
"source": "/(.*)",

Loading…
Cancel
Save