diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..093d980 --- /dev/null +++ b/vercel.json @@ -0,0 +1,19 @@ +{ + "build": { + "env": { + "HUGO_VERSION": "0.110.0" + } + }, + "buildCommand": {}, + "headers": [ + { + "source": "/(.*)", + "headers": [ + { + "key": "Permissions-Policy", + "value": "interest-cohort=()" + } + ] + } + ] +}