Skip to content

Commit 190789d

Browse files
author
hugur
committed
fix type in theme
1 parent 2c1a19b commit 190789d

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
@@ -10,7 +10,7 @@ module.exports = ({
1010
/* theme options, passed from the project it is imported in */
1111
i18nLanguages = ['en'],
1212
siteUrl = 'https://example.com/',
13-
gatsbyTransformerRemarkInclude: ['featured_image', 'markdownremark', 'image'],
13+
gatsbyTransformerRemarkInclude = ['featured_image', 'markdownremark', 'image'],
1414
}) => ({
1515
siteMetadata: {
1616
title: `Gatsby theme`,

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.18",
5+
"version": "0.0.19",
66
"author": "W3F <[email protected]>",
77
"keywords": [
88
"gatsby"

0 commit comments

Comments
 (0)