Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
refactor(gatsby-config): delete unnecessary escape character (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsuji_no_shippo committed Dec 24, 2019
1 parent 53349d7 commit 80ad7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
options: {
path: `${__dirname}/content/blog`,
name: 'blog',
ignore: ['**\/_includes'],
ignore: ['**/_includes'],
},
},
{
Expand Down

0 comments on commit 80ad7ac

Please sign in to comment.