Skip to content

Commit

Permalink
Merge pull request #6 from AbandonTech/feature/custom-embed
Browse files Browse the repository at this point in the history
use logo without text for embed
  • Loading branch information
fisher60 authored Apr 21, 2024
2 parents 84126c7 + c8e8d0f commit 5888023
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</template>

<script setup>
import verticalLogoColor from "/img/logoVerticalColor.png"
import logoColor from "/img/logoColor.png"
const runtimeConfig = useRuntimeConfig()
useHead({
Expand All @@ -25,7 +25,7 @@ const runtimeConfig = useRuntimeConfig()
ogTitle: "AbandonTech",
description: "Empowering Businesses Through Technology",
ogDescription: "Empowering Businesses Through Technology",
ogImage: runtimeConfig.public.baseUrl + verticalLogoColor,
ogImage: runtimeConfig.public.baseUrl + logoColor,
twitterCard: "summary_large_image",
themeColor: "#1A67D7"
})
Expand Down
Binary file added public/img/logoColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/logoVerticalColor.png
Binary file not shown.

0 comments on commit 5888023

Please sign in to comment.