Skip to content

Commit

Permalink
oops, forgot to remove a PUBLIC_URL in the service-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 15, 2024
1 parent 9fc960a commit 4486169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ registerRoute(
// Return true to signal that we want to use the handler.
return true;
},
createHandlerBoundToURL(process.env.PUBLIC_URL + "/index.html")
createHandlerBoundToURL("https://dictionary.lingdocs.com" + "/index.html")
);

// An example runtime caching route for requests that aren't handled by the
Expand Down

0 comments on commit 4486169

Please sign in to comment.