From 6d61b879254220784429e5f732f9b8148fbdd251 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Nov 2018 23:07:48 +0100 Subject: [PATCH] link markdown images to their original --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 09013e69..6464be02 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -75,7 +75,7 @@ module.exports = { maxWidth: 666, quality: 80, withWebp: true, - linkImagesToOriginal: false, + linkImagesToOriginal: true, showCaptions: true, sizeByPixelDensity: true }