Skip to content

Commit

Permalink
Merge branch 'master' into #18-about-page-mission-section
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed May 5, 2021
2 parents 61844fb + f5128ae commit 199a2c7
Show file tree
Hide file tree
Showing 36 changed files with 4,401 additions and 964 deletions.
10 changes: 9 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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"),
About: require("./src/schemas/About.json"),
Expand All @@ -45,5 +45,13 @@ module.exports = {
typePathsFilenamePrefix: "prismic-typepaths---powerhouse-site",
},
},
{
resolve: "gatsby-plugin-react-svg",
options: {
rule: {
include: /vectors/ // See below to configure properly
}
}
}
],
}
Loading

0 comments on commit 199a2c7

Please sign in to comment.