use svg directly for favicon and PWA

This commit is contained in:
Simon Gardling
2022-06-02 01:33:51 -04:00
parent 157c835922
commit 7f55a5a3a3
8 changed files with 13 additions and 90 deletions

View File

@@ -4,7 +4,7 @@ var filesToCache = [
'./index.html',
'./ytbn_graphing_software.js',
'./ytbn_graphing_software_bg.wasm',
"./favicon.ico"
"./logo.svg"
];
/* Start the service worker and cache all of the app's content */