removing vercel.json file

This commit is contained in:
Stephon Parker 2023-01-09 20:32:55 -05:00
parent e6591bf3ac
commit 7307ea73cb
1 changed files with 0 additions and 34 deletions

View File

@ -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"
}
]
}
]
}