Skip to content

Commit 747108f

Browse files
committed
use PNG for embed
1 parent 6bd4f75 commit 747108f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
</template>
1212

1313
<script setup>
14-
import verticalLogoColor from "/img/logoVerticalColor.svg"
14+
import verticalLogoColor from "/img/logoVerticalColor.png"
15+
16+
const runtimeConfig = useRuntimeConfig()
1517
useHead({
1618
bodyAttrs: {
1719
class: "bg-base-100 text-primary-content"
@@ -23,7 +25,7 @@ import verticalLogoColor from "/img/logoVerticalColor.svg"
2325
ogTitle: "AbandonTech",
2426
description: "Empowering Businesses Through Technology",
2527
ogDescription: "Empowering Businesses Through Technology",
26-
ogImage: useRuntimeConfig().public.baseUrl + verticalLogoColor,
28+
ogImage: runtimeConfig.public.baseUrl + verticalLogoColor,
2729
twitterCard: "summary_large_image",
2830
themeColor: "#1A67D7"
2931
})

public/img/logoVerticalColor.png

23.8 KB
Loading

0 commit comments

Comments
 (0)