feat: set custom title and description for homepage
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
SauceyRed 2025-05-05 11:18:09 +02:00
parent f6047894e0
commit 1e261d1a1b
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -15,6 +15,13 @@
<script lang="ts" setup>
useHead({
title: "Gorb",
meta: [
{ name: "description", content: "Welcome to Gorb, the Open-Source Chat App!" }
]
});
</script>
<style scoped>