🎉 Add a new favicon for localhost enviroment (#11459)

This commit is contained in:
Eva Marco 2026-09-02 16:02:23 +02:00 committed by GitHub
parent b2fb63988f
commit cb80ea98ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -23,7 +23,12 @@
<link href="css/debug.css?version={{& version_tag}}" rel="stylesheet" type="text/css" />
{{/isDebug}}
{{#isDebug}}
<link rel="icon" href="images/favicon-local.png?version={{& version_tag }}" />
{{/isDebug}}
{{^isDebug}}
<link rel="icon" href="images/favicon.png?version={{& version_tag }}" />
{{/isDebug}}
<script type="importmap">{{& manifest.importmap }}</script>