diff --git a/src/App.vue b/src/App.vue index 13d97fd..44a7404 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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" } ] diff --git a/src/views/Portfolio/Kotlin.vue b/src/views/Portfolio/Kotlin.vue index 3db2438..1892360 100644 --- a/src/views/Portfolio/Kotlin.vue +++ b/src/views/Portfolio/Kotlin.vue @@ -42,7 +42,7 @@ export default { { dialog: false, title: "ChickHand", - poster: require('./../../images/chickhand_poulet.jpg') + poster: require('./../../images/chickhand_poulet.png') }, ] }; @@ -51,4 +51,4 @@ export default { \ No newline at end of file + diff --git a/src/views/Portfolio/Php.vue b/src/views/Portfolio/Php.vue index 85e7e68..a7062e5 100644 --- a/src/views/Portfolio/Php.vue +++ b/src/views/Portfolio/Php.vue @@ -42,7 +42,7 @@ export default { { dialog: false, title: "Aventure", - poster: require('./../../images/LogoAventure.jpg') + poster: require('./../../images/LogoAventure.png') }, { dialog: false, @@ -61,4 +61,4 @@ export default { \ No newline at end of file +