Skip to content

Commit

Permalink
Update gatsby-node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Mar 9, 2024
1 parent 46394b0 commit e8583e1
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 @@ -98,7 +98,7 @@ exports.createPages = async function ({ actions, graphql }) {
})

fs.writeFileSync(
`${__dirname}/static/data/notebooks/${node.name}.json`,
path.join(DataDir, `/notebooks/${node.name}.json`),
JSON.stringify(
{
...notebooksMap[node.name],
Expand Down

0 comments on commit e8583e1

Please sign in to comment.