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