We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97004dd commit 2d56597Copy full SHA for 2d56597
assets/js/pwa/sw.js
@@ -6,7 +6,7 @@ permalink: '/sw.js'
6
7
self.importScripts('{{ "/assets/js/data/swcache.js" | relative_url }}');
8
9
-const cacheName = 'chirpy-{{ "now" | date: "%Y%m%d.%H%M%S" }}';
+const cacheName = 'chirpy-{{ "now" | date: "%s" }}';
10
11
function verifyDomain(url) {
12
for (const domain of allowedDomains) {
0 commit comments