Skip to content

Commit

Permalink
fix(pwa): installation failure caused by outdated cache entries
Browse files Browse the repository at this point in the history
Change `/assets/css/style.css` to `/assets/css/jekyll-theme-chirpy.css`
  • Loading branch information
cotes2020 committed Sep 10, 2023
1 parent 1a041e0 commit 4da7406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/data/swcache.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: compress

const resource = [
/* --- CSS --- */
'{{ "/assets/css/style.css" | relative_url }}',
'{{ "/assets/css/:THEME.css" | replace: ':THEME', site.theme | relative_url }}',

/* --- PWA --- */
'{{ "/app.js" | relative_url }}',
Expand Down

0 comments on commit 4da7406

Please sign in to comment.