Compare commits
No commits in common. "1e261d1a1bf35325e74065d52c8198faf91eed00" and "1f7ec956ca92a7cd7a4fe67137a53678e127943d" have entirely different histories.
1e261d1a1b
...
1f7ec956ca
2 changed files with 1 additions and 9 deletions
|
@ -13,8 +13,7 @@ export default defineNuxtConfig({
|
|||
// { property: 'og:image', content: 'missing' },
|
||||
{ property: 'og:url', content: 'https://gorb.app' },
|
||||
{ property: 'og:type', content: 'website' },
|
||||
{ property: 'og:site_name', content: 'Gorb' },
|
||||
{ property: 'theme-color', content: "#c200c2" }
|
||||
{ property: 'og:site_name', content: 'Gorb' }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
|
||||
<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