From: Eduardo San Martin Morote Date: Fri, 13 Oct 2023 07:40:06 +0000 (+0200) Subject: ci: remove vercel.json X-Git-Tag: @pinia/nuxt@0.5.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d021e5f59086fc9bdb7ad79929d166ef41ebcec5;p=thirdparty%2Fvuejs%2Fpinia.git ci: remove vercel.json --- diff --git a/packages/online-playground/vercel.json b/packages/online-playground/vercel.json deleted file mode 100644 index 4511eb79..00000000 --- a/packages/online-playground/vercel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "github": { - "silent": true - }, - "headers": [ - { - "source": "/assets/(.*)", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=31536000, immutable" - } - ] - } - ] -}