From 08b4a41eb2b331bbfc8052911a508c170ad305d4 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 7 Dec 2020 16:28:45 +0100 Subject: [PATCH] publicodes a son propre logo de partage --- mon-entreprise/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-entreprise/webpack.common.js b/mon-entreprise/webpack.common.js index 92d915748..8580523d6 100644 --- a/mon-entreprise/webpack.common.js +++ b/mon-entreprise/webpack.common.js @@ -106,7 +106,7 @@ module.exports.HTMLPlugins = ({ injectTrackingScript = false } = {}) => [ description: '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', + shareImage: 'https://mon-entreprise.fr/images/publicodes.png', logo: 'images/publicodes.png' }) ]