We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e108d4b commit 36493b7Copy full SHA for 36493b7
pwa/service_worker_main.js
@@ -17,7 +17,7 @@ const resourceList = [
17
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.eot',
18
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.svg',
19
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Regular-webfont.woff',
20
- 'https://thedoggybrad.github.io/2048ontheweb/game.js',
+ 'https://cdn.jsdelivr.net/gh/thedoggybrad/2048ontheweb@master/game.js',
21
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon.png',
22
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_96.png',
23
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_144.png',
0 commit comments