Skip to content

Commit

Permalink
scope changed to ./
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Oct 8, 2024
1 parent 55cb95b commit acd3bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Main = () => {
if ("serviceWorker" in navigator) {
try {
const registration = await navigator.serviceWorker.register(base_url, {
scope: scope_url,
scope: "./",
});
console.log("scope", registration.scope);

Expand Down

0 comments on commit acd3bb7

Please sign in to comment.