diff options
author | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-11-02 16:37:31 +0200 |
---|---|---|
committer | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-11-02 16:37:31 +0200 |
commit | cf1dd1d7bd128bf770159032975bc014497507ca (patch) | |
tree | 0e29ea249c8d815c8108b16101afadb741981005 /server.js | |
parent | 513d2cb863136b5835469539a00d68a4c7d010e5 (diff) | |
download | LYLLRuoka-cf1dd1d7bd128bf770159032975bc014497507ca.tar.gz LYLLRuoka-cf1dd1d7bd128bf770159032975bc014497507ca.zip |
Added favicon
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ async function init() "./Cont/404/index.css": buildDefault, "./Cont/non-main.css": buildDefault, "./Cont/Images/help.png": buildImage, - "./Cont/Images/back.png": buildImage + "./Cont/Images/back.png": buildImage, + "./Cont/Images/favicon.ico": buildImage, }; const errorPath = "./Cont/404/index.html"; |