feat: docs
This commit is contained in:
@@ -11,7 +11,7 @@ useHead({
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', href: '/favicon.ico' }
|
||||
{ rel: 'icon', href: '/kompose/favicon.ico' }
|
||||
],
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
|
||||
@@ -5,6 +5,7 @@ const { footer } = useAppConfig()
|
||||
<template>
|
||||
<UFooter>
|
||||
<template #left>
|
||||
<img src="/kompose/favicon.svg" alt="kompose" class="size-5 mr-6"></img>
|
||||
{{ footer.credits }}
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user