Skip to content

Commit

Permalink
Update gatsby-node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahouazzane committed Jun 17, 2024
1 parent b7bff52 commit 34ed4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports.createPages = async ({ actions, graphql }) => {
// Create pages for case studies
await createPagesFromSource(
'case-studies',
'case-studies',
'',
'src/templates/case-study/index.js'
)

Expand Down

0 comments on commit 34ed4de

Please sign in to comment.