re-add vercel http options

This commit is contained in:
othermike 2022-08-03 21:09:35 -04:00
parent 8d1ddc89e9
commit 619dbfec9a
1 changed files with 13 additions and 0 deletions

13
vercel.json Normal file
View File

@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Frame-Options",
"value": "DENY"
}
]
}
]
}