Skip to content

Commit d427a0f

Browse files
author
hugur
committed
v0.0.17 add frontmatter.image to the gatsby-remark-relative-images
1 parent c54bf01 commit d427a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-theme-w3f/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = ({
119119
options: {
120120
/* `/media/` already in img.src */
121121
staticFolderName: path.resolve('./content'),
122-
include: ['featured_image', 'markdownremark'],
122+
include: ['featured_image', 'markdownremark', 'image'],
123123
},
124124
},
125125
// gatsby-remark-relative-images must go before gatsby-remark-images

gatsby-theme-w3f/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@w3f/gatsby-theme-w3f",
33
"private": false,
44
"description": "w3f gatsby theme",
5-
"version": "0.0.16",
5+
"version": "0.0.17",
66
"author": "W3F <[email protected]>",
77
"keywords": [
88
"gatsby"

0 commit comments

Comments
 (0)