]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: remove vercel.json
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Oct 2023 07:40:06 +0000 (09:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Oct 2023 07:40:06 +0000 (09:40 +0200)
packages/online-playground/vercel.json [deleted file]

diff --git a/packages/online-playground/vercel.json b/packages/online-playground/vercel.json
deleted file mode 100644 (file)
index 4511eb7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-  "github": {
-    "silent": true
-  },
-  "headers": [
-    {
-      "source": "/assets/(.*)",
-      "headers": [
-        {
-          "key": "Cache-Control",
-          "value": "max-age=31536000, immutable"
-        }
-      ]
-    }
-  ]
-}