fix(pwa): configure sw and web manifest cache control headers (#1724)
This commit is contained in:
parent
c2ffdcf78b
commit
b9c2bc5c70
2 changed files with 9 additions and 0 deletions
|
@ -122,6 +122,7 @@ export default defineNuxtConfig({
|
|||
'/manifest.webmanifest': {
|
||||
headers: {
|
||||
'Content-Type': 'application/manifest+json',
|
||||
'Cache-Control': 'public, max-age=0, must-revalidate',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue