Skip to content

Commit 9e6348b

Browse files
committed
add userSeoMeta to create custom embed
1 parent abeb0b6 commit 9e6348b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app.vue

+10
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@
1616
class: "bg-base-100 text-primary-content"
1717
}
1818
})
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+
})
1929
</script>

0 commit comments

Comments
 (0)