Skip to content

Commit 36493b7

Browse files
authored
Update service_worker_main.js
1 parent e108d4b commit 36493b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/service_worker_main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const resourceList = [
1717
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.eot',
1818
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.svg',
1919
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.woff',
20-
'https://thedoggybrad.github.io/2048ontheweb/game.js',
20+
'https://cdn.jsdelivr.net/gh/thedoggybrad/2048ontheweb@master/game.js',
2121
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon.png',
2222
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_96.png',
2323
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_144.png',

0 commit comments

Comments
 (0)