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' + } ]) ] }