feat: docs

This commit is contained in:
2025-10-09 15:13:09 +02:00
parent 1c5f5f0be6
commit b03989602e
2 changed files with 2 additions and 1 deletions

View File

@@ -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'

View File

@@ -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>