docs: remove head tags from index page

This commit is contained in:
SauceyRed 2025-05-11 16:39:42 +02:00
parent fedb1fa8de
commit 577835d855
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

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