diff --git a/src/app.vue b/src/app.vue index c433e20..d3ef83c 100644 --- a/src/app.vue +++ b/src/app.vue @@ -16,6 +16,9 @@ const store = useStateStore(); store.applyColorMode(); useHead({ + link: [ + { rel: "icon", type: "image/x-icon", href: getPublicPath("/favicon.ico") }, + ], titleTemplate: (titleChunk: string | undefined): string | null => { return titleChunk ? `${titleChunk} - website-vue` : 'website-vue'; }