remove PWA
This commit is contained in:
parent
0a56ed8428
commit
0052959c5e
6 changed files with 20 additions and 23 deletions
38
_config.yml
38
_config.yml
|
|
@ -134,23 +134,23 @@ lang: en
|
|||
## Colors
|
||||
|
||||
|
||||
plugins:
|
||||
- jekyll-pwa-plugin
|
||||
# plugins:
|
||||
# - jekyll-pwa-plugin
|
||||
|
||||
pwa:
|
||||
enabled: false # Optional
|
||||
sw_src_filepath: service-worker.js # Optional
|
||||
sw_dest_filename: service-worker.js # Optional
|
||||
dest_js_directory: assets/js # Required
|
||||
precache_recent_posts_num: 5 # Optional
|
||||
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/**/*.{svg}"
|
||||
- "images/posts/*.{jpg,jpeg,png}"
|
||||
- "images/pages/*.{jpg,jpeg,png}"
|
||||
# - "assets/albums/**/*.{mp3,jpeg}"
|
||||
- index.html
|
||||
precache_glob_ignores: # Optional
|
||||
- sw-register.js
|
||||
# pwa:
|
||||
# enabled: false # Optional
|
||||
# sw_src_filepath: service-worker.js # Optional
|
||||
# sw_dest_filename: service-worker.js # Optional
|
||||
# dest_js_directory: assets/js # Required
|
||||
# precache_recent_posts_num: 5 # Optional
|
||||
# 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/**/*.{svg}"
|
||||
# - "images/posts/*.{jpg,jpeg,png}"
|
||||
# - "images/pages/*.{jpg,jpeg,png}"
|
||||
# - "assets/albums/**/*.{mp3,jpeg}"
|
||||
# - index.html
|
||||
# precache_glob_ignores: # Optional
|
||||
# - sw-register.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue