feat: configure vercel options

This commit is contained in:
Julian Tölle 2023-02-18 18:36:18 +01:00
parent d78191f23c
commit 9fe6208677

19
vercel.json Normal file
View file

@ -0,0 +1,19 @@
{
"build": {
"env": {
"HUGO_VERSION": "0.110.0"
}
},
"buildCommand": {},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Permissions-Policy",
"value": "interest-cohort=()"
}
]
}
]
}