Skip to content

Commit

Permalink
pluginsの重複している箇所を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Jun 24, 2024
1 parent 8469788 commit 06c5e79
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ module.exports = {
path: `${__dirname}/src/markdowns`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `news`,
path: `${__dirname}/src/markdowns/news`,
},
},
`gatsby-transformer-json`,
`gatsby-transformer-yaml`,
{
Expand Down

0 comments on commit 06c5e79

Please sign in to comment.