feat: seo meta and favicon
This commit is contained in:
8
app.vue
8
app.vue
@@ -1,3 +1,11 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
useSeoMeta({
|
||||||
|
title: "Lilou Chat",
|
||||||
|
description: "Just ✨ Lilou ✨",
|
||||||
|
themeColor: "fa86c4",
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="h-screen">
|
<div class="h-screen">
|
||||||
<AppBody />
|
<AppBody />
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 221 KiB |
Reference in New Issue
Block a user