Skip to content

Commit

Permalink
fix: fix caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Dec 18, 2021
1 parent b2b8ffb commit fac119e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.45.0",
"standard-version": "^9.3.2",
"tailwindcss": "^3.0.6",
"tailwindcss": "^3.0.7",
"tiny-glob": "^0.2.9",
"workbox-build": "^6.4.2"
}
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"key": "Cache-Control",
"value": "max-age=480, stale-while-revalidate=360, public"
"value": "max-age=480, must-revalidate, public"
},
{
"key": "Accept-CH",
Expand Down Expand Up @@ -65,7 +65,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=4800, stale-while-revalidate=480"
"value": "public, max-age=1209600, must-revalidate"
},
{
"key": "Content-Type",
Expand All @@ -78,7 +78,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=4800, stale-while-revalidate=360"
"value": "public, max-age=1209600, must-revalidate"
},
{
"key": "Content-Type",
Expand All @@ -91,7 +91,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=480, stale-while-revalidate=360"
"value": "public, max-age=1209600, must-revalidate"
}
]
},
Expand All @@ -100,7 +100,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, stale-while-revalidate=4880"
"value": "public, max-age=601209600, must-revalidate"
}
]
},
Expand All @@ -109,7 +109,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, stale-while-revalidate=4880"
"value": "public, max-age=601209600, must-revalidate"
}
]
},
Expand All @@ -118,7 +118,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=480, stale-while-revalidate=360"
"value": "public, max-age=1209600, must-revalidate"
}
]
},
Expand All @@ -127,7 +127,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=480, stale-while-revalidate=360"
"value": "public, max-age=1209600, must-revalidate"
}
]
},
Expand All @@ -136,7 +136,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=4800, stale-while-revalidate=480"
"value": "public, max-age=1209600, must-revalidate"
}
]
}
Expand Down

0 comments on commit fac119e

Please sign in to comment.