This commit is contained in:
Zsolt Ero
2024-01-17 02:45:50 +01:00
parent 4c1d69d86e
commit 2ed82782b8
2 changed files with 1 additions and 1 deletions

BIN
website/assets/favicon.ico Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -30,7 +30,7 @@ def generate():
def copy_assets():
for file in ['style.css', 'logo_512.png', 'map.js']:
for file in ['style.css', 'logo_512.png', 'map.js', 'favicon.ico']:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)