diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 6114b665..00000000 --- a/vercel.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "headers": [ - { - "source": "/(.*)", - "headers": [ - { - "key": "X-Content-Type-Options", - "value": "nosniff" - }, - { - "key": "Referrer-Policy", - "value": "origin-when-cross-origin" - }, - { - "key": "X-Frame-Options", - "value": "SAMEORIGIN" - }, - { - "key": "Strict-Transport-Security", - "value": "max-age=2592000" - } - ] - } - ] -}