Skip to content

Commit a6cc137

Browse files
committed
remove plugin option, it did not work
1 parent db98f21 commit a6cc137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = {
135135
resolve: 'gatsby-remark-images',
136136
options: {
137137
maxWidth: 850,
138-
linkImagesToOriginal: true,
138+
linkImagesToOriginal: false,
139139
backgroundColor: 'transparent',
140140
disableBgImageOnAlpha: true,
141141
},

0 commit comments

Comments
 (0)