mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
[Branding] Use new logo favicon (#3787)
This commit is contained in:
BIN
public/assets/favicon.ico
Normal file
BIN
public/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -3,3 +3,9 @@
|
|||||||
<router-view />
|
<router-view />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { useFavicon } from '@vueuse/core'
|
||||||
|
|
||||||
|
useFavicon('/assets/favicon.ico')
|
||||||
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user