This commit is contained in:
Zsolt Ero
2024-01-17 16:49:39 +01:00
parent 0d614e7ded
commit b2785c7ee7
5 changed files with 30 additions and 2 deletions

View File

@@ -30,7 +30,14 @@ def generate():
def copy_assets():
for file in ['style.css', 'logo.jpg', 'map.js', 'favicon.ico']:
for file in [
'style.css',
'logo.jpg',
'map.js',
'favicon.ico',
'github.svg',
'x-twitter.svg',
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)