oops, forgot to remove a PUBLIC_URL in the service-worker
This commit is contained in:
parent
9fc960a758
commit
44861694f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue