Browse Source

Update vercel.json

enable cache for css/js as well
Track3 2 years ago
parent
commit
a5ae6ef635
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vercel.json

+ 1 - 1
vercel.json

@@ -29,7 +29,7 @@
   ],
   "headers": [
     {
-      "source": "/(.*).(jpe?g|png|gif|webp|ico|svg|ttf|otf|woff2?)",
+      "source": "/(.*).(jpe?g|png|gif|webp|ico|svg|css|js|ttf|otf|woff2?)",
       "headers": [
         {
           "key": "Cache-Control",