Add vercel.json config

This commit is contained in:
Morgan Dean
2025-07-30 19:37:51 +01:00
parent cd752f3bfd
commit 16f0f86e77
+19
View File
@@ -0,0 +1,19 @@
{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
]
}