remove fat images and make PWA payload smaller

This commit is contained in:
sakrecoer 2020-08-05 18:51:30 +02:00
parent b6f810d5ba
commit 7ea8227357
5 changed files with 3 additions and 3 deletions

View file

@ -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.