-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
Pleb Lab's internet has been super wonky and we lose connectivity and regain it every minute or so. It's letting me experience our offline behavior.
I'd guess that despite nextjs statically rendering the offline page and us precaching it in the service worker, the offline page references other assets that aren't precached.
The solve would be to precache the contents of next/static
or whatever the actual path of the static build output is.