Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path of service worker #528

Open
dwhieb opened this issue May 23, 2024 · 0 comments
Open

Fix path of service worker #528

dwhieb opened this issue May 23, 2024 · 0 comments

Comments

@dwhieb
Copy link
Member

dwhieb commented May 23, 2024

The path for the service worker needs to start with a leading slash in order for it to register properly on subpages.

navigator.serviceWorker.register(`offline-worker.js`);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant