We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5745558 commit db98f21Copy full SHA for db98f21
gatsby-config.js
@@ -135,7 +135,7 @@ module.exports = {
135
resolve: 'gatsby-remark-images',
136
options: {
137
maxWidth: 850,
138
- linkImagesToOriginal: false,
+ linkImagesToOriginal: true,
139
backgroundColor: 'transparent',
140
disableBgImageOnAlpha: true,
141
},
@@ -226,7 +226,7 @@ module.exports = {
226
227
{
228
resolve: require.resolve('./plugins/fix-remark-path-prefix-plugin'),
229
- }
+ },
230
],
231
232
@@ -442,7 +442,7 @@ module.exports = {
442
'md',
443
'java',
444
'razor',
445
- 'hcl'
+ 'hcl',
446
447
448
newrelic: {
0 commit comments