We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeb0b6 commit 9e6348bCopy full SHA for 9e6348b
app.vue
@@ -16,4 +16,14 @@
16
class: "bg-base-100 text-primary-content"
17
}
18
})
19
+
20
+ useSeoMeta({
21
+ title: "AbandonTech",
22
+ ogTitle: "AbandonTech",
23
+ description: "Empowering Businesses Through Technology",
24
+ ogDescription: "Empowering Businesses Through Technology",
25
+ ogImage: "/img/logoVerticalColor.svg",
26
+ twitterCard: "summary_large_image",
27
+ themeColor: "#1A67D7"
28
+})
29
</script>
0 commit comments