Skip to content

Commit 74062cd

Browse files
committed
chore: rename markdown source in gatsby-config for consistency
- Updated the name of the markdown source from `markdown-pages1` to `markdown-pages` for improved clarity and consistency in the configuration.
1 parent add58ad commit 74062cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gatsby-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ module.exports = {
104104
{
105105
resolve: `gatsby-source-filesystem`,
106106
options: {
107-
name: `markdown-pages1`,
107+
name: `markdown-pages`,
108108
path: `${__dirname}/docs/markdown-pages`,
109-
ignore: ["**/ja/**", "**/zh/**"],
110109
},
111110
},
112111
{

0 commit comments

Comments
 (0)