🐛 répare l'image de partage sur les médias sociaux
parent
b632b72322
commit
77b4d72aa8
|
@ -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'>
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
])
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue