Skip to content

Commit db98f21

Browse files
committed
try remark images plugin option to link to original image
1 parent 5745558 commit db98f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gatsby-config.js

Lines changed: 3 additions & 3 deletions
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: false,
138+
linkImagesToOriginal: true,
139139
backgroundColor: 'transparent',
140140
disableBgImageOnAlpha: true,
141141
},
@@ -226,7 +226,7 @@ module.exports = {
226226
},
227227
{
228228
resolve: require.resolve('./plugins/fix-remark-path-prefix-plugin'),
229-
}
229+
},
230230
],
231231
},
232232
},
@@ -442,7 +442,7 @@ module.exports = {
442442
'md',
443443
'java',
444444
'razor',
445-
'hcl'
445+
'hcl',
446446
],
447447
},
448448
newrelic: {

0 commit comments

Comments
 (0)