diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..8473236 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "routes": [ + { + "src": "/(.*)", + "headers": [ + { + "key": "Cache-Control", + "value": "no-store, no-cache, must-revalidate, proxy-revalidate" + } + ] + } + ] + } + \ No newline at end of file