Skip to content

Commit

Permalink
--Added gatsby node file
Browse files Browse the repository at this point in the history
  • Loading branch information
BaskarMitrah committed Aug 22, 2024
1 parent e351821 commit 4258fdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
exports.createSchemaCustomization = ({ actions }) => {
const { createTypes } = actions
createTypes(`
type SiteSiteMetadata {
template_id: String
product_name: String
}
`)
}

0 comments on commit 4258fdc

Please sign in to comment.