diff --git a/mon-entreprise/source/images/publicodes.png b/mon-entreprise/source/images/publicodes.png new file mode 100644 index 000000000..e09c29d03 Binary files /dev/null and b/mon-entreprise/source/images/publicodes.png differ diff --git a/mon-entreprise/webpack.common.js b/mon-entreprise/webpack.common.js index 662c65cc8..92d915748 100644 --- a/mon-entreprise/webpack.common.js +++ b/mon-entreprise/webpack.common.js @@ -107,6 +107,6 @@ module.exports.HTMLPlugins = ({ injectTrackingScript = false } = {}) => [ 'Un langage de calcul ouvert, lisible en français, contributif pour encoder et publier les sujets de société.', filename: 'publicodes.html', shareImage: 'https://mon-entreprise.fr/images/logo-share.png', - logo: 'https://mon-entreprise.fr/images/illustration.svg' + logo: 'images/publicodes.png' }) ]