feat: set custom title and description for homepage
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
f6047894e0
commit
1e261d1a1b
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue