Updated 3 files via CloudCannon
This commit is contained in:
parent
df9e422036
commit
5d7a842807
2
feed.xml
2
feed.xml
|
@ -6,7 +6,7 @@
|
|||
<atom:link href="https://setto.basspistol.com/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<link>https://setto.basspistol.com</link>
|
||||
<description>Set, Party, Gang! &#35;Cybersoul.</description>
|
||||
<lastBuildDate>Wed, 12 Aug 2020 14:08:49 +0000</lastBuildDate>
|
||||
<lastBuildDate>Wed, 12 Aug 2020 14:53:30 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
|
|
|
@ -25,10 +25,10 @@ workbox.routing.registerRoute(
|
|||
workbox.strategies.networkFirst()
|
||||
);
|
||||
|
||||
// use `cacheFirst` strategy for images
|
||||
// use `cacheFirst` strategy for images and static assets
|
||||
workbox.routing.registerRoute(
|
||||
/assets\/(img|icons|css)/,
|
||||
workbox.strategies.networkFirst()
|
||||
/assets\/(img|icons|fonts|webfonts)/,
|
||||
workbox.strategies.cacheFirst()
|
||||
);
|
||||
workbox.routing.registerRoute(
|
||||
/videos/,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('/service-worker.js?v=1597241329').then(function(reg) {
|
||||
navigator.serviceWorker.register('/service-worker.js?v=1597244010').then(function(reg) {
|
||||
reg.onupdatefound = function() {
|
||||
var installingWorker = reg.installing;
|
||||
installingWorker.onstatechange = function() {
|
||||
|
|
Loading…
Reference in a new issue