mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
favicon
This commit is contained in:
BIN
website/assets/favicon.ico
Normal file → Executable file
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 |
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user