DEV Community

Discussion on: Make any Jekyll site into a PWA

Collapse
 
thewhitewulfy profile image
Alok Prateek

Hey Bhupesh,
I saw your site and its code on github, basically you are not using the register service worker function in your <head>. This might be root of your problems.

The manifest is fine.

The service worker has an empty fetch event so it won't do anything. Adding the index to cache is fairly easy.