Skip to content

Commit

Permalink
Merge branch 'master' into #31-product-page-featured-product-section
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Apr 30, 2021
2 parents ce8264c + b38f2c5 commit 9f338f4
Show file tree
Hide file tree
Showing 27 changed files with 3,650 additions and 963 deletions.
10 changes: 9 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,20 @@ module.exports = {
product_page: require("./src/schemas/product_page.json"),
product: require("./src/schemas/product.json"),
Process: require("./src/schemas/process.json"),
Homepage: require("./src/schemas/Homepage.json"),
homepage: require("./src/schemas/Homepage.json"),
use_cases_page: require("./src/schemas/use_cases_page.json"),
use_case: require("./src/schemas/use_case.json"),
},
typePathsFilenamePrefix: "prismic-typepaths---powerhouse-site",
},
},
{
resolve: "gatsby-plugin-react-svg",
options: {
rule: {
include: /vectors/ // See below to configure properly
}
}
}
],
}
Loading

0 comments on commit 9f338f4

Please sign in to comment.