refactor: Use the latest vercel configuration instead of now (#2893)

* refactor: Use the latest vercel configuration instead of now

* Remove redict
This commit is contained in:
Lipis 2021-02-02 15:38:33 +02:00 committed by GitHub
parent f8087e01c8
commit 210649f383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
vercel.json Normal file
View file

@ -0,0 +1,25 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Feature-Policy",
"value": "*"
},
{
"key": "Referrer-Policy",
"value": "origin"
}
]
}
]
}