remove fat images and make PWA payload smaller
This commit is contained in:
parent
b6f810d5ba
commit
7ea8227357
|
@ -155,9 +155,9 @@ pwa:
|
|||
precache_glob_directory: / # Optional
|
||||
precache_glob_patterns: # Optional
|
||||
- "assets/{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff,png,jpg,jpeg}"
|
||||
- "videos/*{mp4,webm}"
|
||||
- "images/**/*.{jpg,png,jpeg}"
|
||||
- "assets/albums/**/*.{mp3,jpeg}"
|
||||
# - "videos/*{mp4,webm}"
|
||||
- "images/**/*.{svg}"
|
||||
# - "assets/albums/**/*.{mp3,jpeg}"
|
||||
- index.html
|
||||
precache_glob_ignores: # Optional
|
||||
- sw-register.js
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 285 KiB |
Binary file not shown.
Loading…
Reference in a new issue