File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h1><span>⬣</span> Hexchess</h1>
3636 < footer >
3737 < p > © Craig Anderson</ p >
3838 < p >
39- v1.3 (< a href ="https://github.com/theonlytechnohead/Hexchess "> source</ a > ) (< a
39+ v1.3.1 (< a href ="https://github.com/theonlytechnohead/Hexchess "> source</ a > ) (< a
4040 href ="https://anderserver.ddns.net/blog/2023/8 "
4141 > story</ a
4242 > ) (< a href ="https://discord.gg/zaRuA8n4tm "> discord</ a > )
Original file line number Diff line number Diff line change 1- const version = "v1.3" ;
1+ const version = "v1.3.1 " ;
22
33const addResourcesToCache = async ( resources ) => {
44 const cache = await caches . open ( version ) ;
@@ -56,7 +56,10 @@ self.addEventListener("install", (event) => {
5656 "/" ,
5757 "/index.html" ,
5858 "/index.css" ,
59- "/css/webfonts_Chess" ,
59+ "/css/webfonts_Chess/Chess.ttf.woff" ,
60+ "/css/webfonts_Chess/Chess.ttf.svg#Chess" ,
61+ "/css/webfonts_Chess/Chess.ttf.eot" ,
62+ "/css/webfonts_Chess/Chess.ttf.eot?#iefix" ,
6063 "/css/hex.css" ,
6164 "/css/print.css" ,
6265 "/js/black.js" ,
You can’t perform that action at this time.
0 commit comments