diff --git a/gatsby-config.js b/gatsby-config.js index 44d2357f..d33f6b6c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -35,7 +35,7 @@ module.exports = { maxWidth: 630, quality: 80, withWebp: true, - linkImagesToOriginal: false, + linkImagesToOriginal: true, sizeByPixelDensity: true, showCaptions: true, backgroundColor: '#e7eef4' diff --git a/package.json b/package.json index 559a1f8f..55a12b9e 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,16 @@ "dms2dec": "^1.1.0", "fast-exif": "^1.0.1", "fraction.js": "^4.0.11", - "gatsby": "^2.0.59", + "gatsby": "^2.0.60", "gatsby-image": "^2.0.22", "gatsby-plugin-catch-links": "^2.0.9", "gatsby-plugin-favicon": "^3.1.4", - "gatsby-plugin-feed": "^2.0.10", + "gatsby-plugin-feed": "^2.0.11", "gatsby-plugin-lunr": "^1.2.0", "gatsby-plugin-matomo": "^0.5.1", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^2.0.18", - "gatsby-plugin-react-helmet": "^3.0.3", + "gatsby-plugin-react-helmet": "^3.0.4", "gatsby-plugin-sass": "^2.0.5", "gatsby-plugin-sharp": "^2.0.14", "gatsby-plugin-sitemap": "^2.0.3", diff --git a/src/templates/Posts.jsx b/src/templates/Posts.jsx index 41a6837a..ae74e4c3 100644 --- a/src/templates/Posts.jsx +++ b/src/templates/Posts.jsx @@ -28,7 +28,7 @@ const Posts = ({ data, location, pageContext }) => { )} {image && ( - +