Move to svelter icon.

It seems weird to have a 74K icon for a Forth.
Moving to a lower res one in same vein without the rescaling.
This commit is contained in:
Brad Nelson
2024-05-05 09:42:41 -07:00
parent 3f6c7d1dbe
commit d4a87d3b00
5 changed files with 2 additions and 8 deletions

View File

@ -55,7 +55,7 @@ DEPLOY_ITEMS += [
if WINDOWS_ENABLED:
DEPLOY_ITEMS += [
Copy('$dst/deploy/static/favicon.ico', '$dst/resources/eforth.ico'),
Copy('$dst/deploy/static/favicon.ico', 'images/eforth.ico'),
]
Alias('site', ' '.join(DEPLOY_ITEMS))