Image Caching
/\.(ico|png|jpe?g|gif|svg|webp|bmp)$/pwa:
serviceworker:
enabled: true
src: "sw.js"
workbox:
image_cache:
enabled: true
max_age: 30 days
max_entries: 200
regex: '/\.(png|jpe?g|svg|webp)$/'Last updated
Was this helpful?