vite-pwa / sveltekit

Zero-config PWA Plugin for SvelteKit
https://vite-pwa-org.netlify.app/frameworks/sveltekit
MIT License
324 stars 15 forks source link

fixed: .html suffix is missing of url in service worker js file #23

Closed levinit closed 1 year ago

levinit commented 1 year ago

suffix is empty, index.html of subdirectory will miss .html suffix in service-worker javascript file.

levinit commented 1 year ago

See https://github.com/vite-pwa/sveltekit/issues/22

userquin commented 1 year ago

superseded by #32