From 04b2beaaa2bf38ef9716702413fa4b5fcbc37a2b Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 16 May 2022 20:09:12 -0700 Subject: web: add favicon to local cache --- web/static/sw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/sw.js b/web/static/sw.js index 13e75af..ac42ae1 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -8,6 +8,7 @@ const CACHE_FILES = [ 'dartboat.js', 'dartboat_wasm.js', 'dartboat_wasm.wasm', + 'icons/dartboat_48.png', 'fonts/Lato-Regular.woff2', 'fonts/Lato-Bold.woff2', 'fonts/SourceSerif4-Regular.ttf.woff2', -- cgit v1.2.3-70-g09d2