Skip to content

Commit

Permalink
image final
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Teixeira committed May 20, 2022
1 parent 8005f2d commit 4741a1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export default {
{ property: "og:title", content: "Léo Teixeira" },
{ property: "og:site_name", content: "Léo Teixeira" },
{ property: "og:type", content: "website" },
{ property: "og:url", content: require('./images/moi.jpg') },
{ property: "og:url", content: require('./images/moi.png') },
{
property: "og:image",
content: require('./images/moi.jpg')
content: require('./images/moi.png')
},
{ property: "og:description", content: "Léo Teixeira Portfolio" }
]
Expand Down
4 changes: 2 additions & 2 deletions src/views/Portfolio/Kotlin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
{
dialog: false,
title: "ChickHand",
poster: require('./../../images/chickhand_poulet.jpg')
poster: require('./../../images/chickhand_poulet.png')
},
]
};
Expand All @@ -51,4 +51,4 @@ export default {
</script>

<style scoped>
</style>
</style>
4 changes: 2 additions & 2 deletions src/views/Portfolio/Php.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
{
dialog: false,
title: "Aventure",
poster: require('./../../images/LogoAventure.jpg')
poster: require('./../../images/LogoAventure.png')
},
{
dialog: false,
Expand All @@ -61,4 +61,4 @@ export default {
</script>

<style scoped>
</style>
</style>

0 comments on commit 4741a1a

Please sign in to comment.