Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 17, 2024
1 parent 4c1d69d commit 2ed8278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified website/assets/favicon.ico
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 2ed8278

Please sign in to comment.