Skip to content

Commit

Permalink
Drop date in service worker cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Mar 15, 2020
1 parent c1a0786 commit 794ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: null
---
var CACHE_NAME = "pixyll2-{{site.time | date: '%Y%m%d%H%M%S'}}";
var CACHE_NAME = "pixyll2";

self.addEventListener("install", function(e) {
e.waitUntil(
Expand Down

0 comments on commit 794ac3b

Please sign in to comment.