From 7307ea73cb303160fb50a9498fa38b361f74a913 Mon Sep 17 00:00:00 2001 From: Stephon Parker Date: Mon, 9 Jan 2023 20:32:55 -0500 Subject: [PATCH] removing vercel.json file --- vercel.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 vercel.json diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 4d5f52b..0000000 --- a/vercel.json +++ /dev/null @@ -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" - } - ] - } - ] -}