Skip to content

Commit

Permalink
docs(service-worker): ensure cache consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 22, 2024
1 parent 1d7ae0a commit eb727d5
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 @@ -208,7 +208,7 @@ function createCacheKey (entry) {

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

Expand Down

0 comments on commit eb727d5

Please sign in to comment.