Skip to content

Commit

Permalink
Revert "docs(service-worker): ensure cache consistency"
Browse files Browse the repository at this point in the history
This reverts commit eb727d5.
  • Loading branch information
KaelWD committed Sep 4, 2024
1 parent 9d7a2a2 commit 90bf4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function createCacheKey (entry) {

return {
cacheKey: cacheKeyUrl.href,
url: cacheKeyUrl.href,
url: new URL(url, location.href).href,
}
}

Expand Down

0 comments on commit 90bf4e5

Please sign in to comment.