Commit 747108f 1 parent 6bd4f75 commit 747108f Copy full SHA for 747108f
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
</template >
12
12
13
13
<script setup>
14
- import verticalLogoColor from " /img/logoVerticalColor.svg"
14
+ import verticalLogoColor from " /img/logoVerticalColor.png"
15
+
16
+ const runtimeConfig = useRuntimeConfig ()
15
17
useHead ({
16
18
bodyAttrs: {
17
19
class: " bg-base-100 text-primary-content"
@@ -23,7 +25,7 @@ import verticalLogoColor from "/img/logoVerticalColor.svg"
23
25
ogTitle: " AbandonTech" ,
24
26
description: " Empowering Businesses Through Technology" ,
25
27
ogDescription: " Empowering Businesses Through Technology" ,
26
- ogImage: useRuntimeConfig () .public .baseUrl + verticalLogoColor,
28
+ ogImage: runtimeConfig .public .baseUrl + verticalLogoColor,
27
29
twitterCard: " summary_large_image" ,
28
30
themeColor: " #1A67D7"
29
31
})
You can’t perform that action at this time.
0 commit comments