diff --git a/src/components/AppAside.vue b/src/components/AppAside.vue index bc2abb6..caa8708 100644 --- a/src/components/AppAside.vue +++ b/src/components/AppAside.vue @@ -103,7 +103,7 @@ onBeforeMount(() => { margin: auto; width: 32px; height: 32px; - background-image: url("./favicon.ico"); + background-image: url("/favicon.ico"); background-position: center; background-repeat: no-repeat; background-size: contain;