Seeking a basic PWA Configuration for caching static files and automatic cache updates #780
-
Hi, My goal is to cache static files like images, scripts, and fonts. I want to avoid 404 errors and app crashes caused by cache issues, so I’d like to enable automatic cache updates to avoid manual maintenance. (I opened an issue too vite-pwa/nuxt#174) Could anyone share a good and complete tutorial, comprehensive documentation (the plugin docs are a bit too basic as well), or a simple configuration example to get me started? Any advice would be appreciated! Thanks and kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
are you using SSG (nuxt generate) in your app? |
Beta Was this translation helpful? Give feedback.
Hi thanks! I remove the pea from the app because they had cache issue so it's not registered. 😞