Merge pull request #34 from nusserstudios/dev
Removed vercel.json per vercel docs.
This commit is contained in:
commit
cff60c3a4c
34
vercel.json
34
vercel.json
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"build": {
|
|
||||||
"env": {
|
|
||||||
"HUGO_VERSION": "0.105.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"source": "/(.*)",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"key": "Strict-Transport-Security",
|
|
||||||
"value": "max-age=31536000; includeSubDomains; preload"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "X-Frame-Options",
|
|
||||||
"value": "SAMEORIGIN"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "Referrer-Policy",
|
|
||||||
"value": "strict-origin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "X-Content-Type-Options",
|
|
||||||
"value": "nosniff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "X-Powered-By",
|
|
||||||
"value": "Hugo"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue