-
Checklist
How did you create the site?Generated from DescriptionHi there, I'm just getting started with Jekyll (and chirpy) so apologies if this is a silly question. I find that when I push a change and then refresh the page in safari, I get the "update available" notification toast (which seems sensible). When I press the button, the page definitely reloads but relaunches the toast and I end up in a weird loop. I have to close the browser, or empty caches, to get the changes to appear. Honestly, I'm not at all bothered by not having up to the minute updates so would really prefer just to disable the notification as it doesn't seem to be working for me. Is it possible to do this? I'm relatively comfortable with the yaml, the ruby and the liquid, but this seems to be down in the JS and I'm not sure I want to go wading in there... I'm hoping there's a config variable I can set :-) Any help appreciated! Alan Operations you have already triedI figured out where the notification is happening but really dont want to mess with the JS. jekyll-theme-chirpy/_javascript/pwa/app.js Lines 4 to 6 in a16aa7d Is that checking for a config variable called "register" ? Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is an option to disable the PWA feature: jekyll-theme-chirpy/_config.yml Lines 140 to 143 in a16aa7d |
Beta Was this translation helpful? Give feedback.
There is an option to disable the PWA feature:
jekyll-theme-chirpy/_config.yml
Lines 140 to 143 in a16aa7d