oops, forgot to remove a PUBLIC_URL in the service-worker

This commit is contained in:
adueck 2024-08-15 09:46:50 -04:00
parent 9fc960a758
commit 44861694f5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ registerRoute(
// Return true to signal that we want to use the handler. // Return true to signal that we want to use the handler.
return true; 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 // An example runtime caching route for requests that aren't handled by the