From 77b4d72aa8f741bd974106b11c176ad694424869 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 5 Feb 2019 14:04:01 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20l'image=20de=20partage=20?= =?UTF-8?q?sur=20les=20m=C3=A9dias=20sociaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- source/webpack.common.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 03e36e403..0fd1072a2 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/source/webpack.common.js b/source/webpack.common.js index 9ab979849..00822e32a 100644 --- a/source/webpack.common.js +++ b/source/webpack.common.js @@ -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' + } ]) ] }