Skip to content

Commit

Permalink
docs: add CDN-Cache-Control to service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 13, 2023
1 parent 9ad80cb commit 7e84f66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"headers" : [
{
"key" : "Cache-Control",
"value" : "public, max-age=0, must-revalidate"
"value" : "public, max-age=0, s-maxage=0, must-revalidate"
},
{
"key" : "CDN-Cache-Control",
"value" : "max-age=0"
}
]
},
Expand Down

0 comments on commit 7e84f66

Please sign in to comment.