Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41e93d0

Browse files
committed
removed ability to click images
1 parent 4b18b62 commit 41e93d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ module.exports = {
6363
{
6464
resolve: 'gatsby-remark-images',
6565
options: {
66-
maxWidth: 500
66+
maxWidth: 500,
67+
linkImagesToOriginal: false
6768
},
6869
},
6970
],

0 commit comments

Comments
 (0)