diff --git a/v1/vercel.json b/v1/vercel.json new file mode 100644 index 0000000..21e3cd0 --- /dev/null +++ b/v1/vercel.json @@ -0,0 +1,17 @@ +{ + "cleanUrls": true, + "trailingSlash": false, + "rewrites": [ + { "source": "/", "destination": "/services" } + ], + "headers": [ + { + "source": "/(.*)", + "headers": [ + { "key": "X-Content-Type-Options", "value": "nosniff" }, + { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, + { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" } + ] + } + ] +}