Skip to content

Commit 5888023

Browse files
authored
Merge pull request #6 from AbandonTech/feature/custom-embed
use logo without text for embed
2 parents 84126c7 + c8e8d0f commit 5888023

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app.vue

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

1313
<script setup>
14-
import verticalLogoColor from "/img/logoVerticalColor.png"
14+
import logoColor from "/img/logoColor.png"
1515
1616
const runtimeConfig = useRuntimeConfig()
1717
useHead({
@@ -25,7 +25,7 @@ const runtimeConfig = useRuntimeConfig()
2525
ogTitle: "AbandonTech",
2626
description: "Empowering Businesses Through Technology",
2727
ogDescription: "Empowering Businesses Through Technology",
28-
ogImage: runtimeConfig.public.baseUrl + verticalLogoColor,
28+
ogImage: runtimeConfig.public.baseUrl + logoColor,
2929
twitterCard: "summary_large_image",
3030
themeColor: "#1A67D7"
3131
})

public/img/logoColor.png

9.88 KB
Loading

public/img/logoVerticalColor.png

-23.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)