feat: seo meta and favicon

This commit is contained in:
Pihkaal
2024-10-17 22:02:07 +02:00
parent c7442f780f
commit 6214e923f8
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
<script setup lang="ts">
useSeoMeta({
title: "Lilou Chat",
description: "Just ✨ Lilou ✨",
themeColor: "fa86c4",
});
</script>
<template>
<div class="h-screen">
<AppBody />