diff --git a/apps/api/vercel.json b/apps/api/vercel.json new file mode 100644 index 00000000000..5870d3a8598 --- /dev/null +++ b/apps/api/vercel.json @@ -0,0 +1,11 @@ +{ + "headers": [ + { + "source": "/api/electric/(.*)", + "headers": [ + { "key": "CDN-Cache-Control", "value": "no-store" }, + { "key": "Vercel-CDN-Cache-Control", "value": "no-store" } + ] + } + ] +}