lavas-project / jekyll-pwa

Jekyll plugin for PWA
MIT License
107 stars 19 forks source link

Add support for showing a prebuilt offline.html when we miss both precache and runtimecache. #3

Open xiaoiver opened 6 years ago

xiaoiver commented 6 years ago

Now this plugin precaches the recent N posts and some other static pages like index.html and tags.html so that they are offline available. But when a visitor opens the No.N+1 post or some other pages not in precache, it's better to show a offline.html instead of the default browser 404 page.

twhite96 commented 5 years ago

How's this coming along?