🐛 répare l'image de partage sur les médias sociaux

pull/439/head
Johan Girod 2019-02-05 14:04:01 +01:00
parent b632b72322
commit 77b4d72aa8
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>" data-react-helmet="true">
<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>">
<meta property="og:description" content="<%= htmlWebpackPlugin.options.description %>">
<meta property="og:image" content="./images/socialMedia.png">
<meta property="og:image" content="https://mon-entreprise.fr/static-images/socialMedia.png">
<!-- data-helmet pour que React Helmet puisse écraser ce meta par défaut -->
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,600|IBM+Plex+Sans:300,400' rel='stylesheet'
type='text/css'>

View File

@ -84,7 +84,11 @@ module.exports = {
from: './source/sites/mycompanyinfrance.fr/sitemap.en.txt',
to: 'sitemap.infrance.en.txt'
},
'./source/sites/mycompanyinfrance.fr/images',
{
from: './source/sites/mycompanyinfrance.fr/images',
to: 'static-images'
}
])
]
}