mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 15:41:38 -07:00
Adding Trussworks USWDS React Wrapper (#67)
* removing unused js * Working for first load, second raises 'failed to SSR' without DEV_SSR enabled. We will need to fix this before prod
This commit is contained in:
parent
be319cbe0b
commit
13a4e5f47a
9 changed files with 1036 additions and 256 deletions
|
@ -1,6 +1,16 @@
|
|||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: "Justice40 Tool",
|
||||
/*
|
||||
This is to workaround the following error when building locally:
|
||||
Warning: React.createElement: type is invalid -- expected a string
|
||||
(for built-in components) or a class/function (for composite components) but got: undefined.
|
||||
at IndexPage
|
||||
We will need to fix this before running `gatsby build`
|
||||
*/
|
||||
flags: {
|
||||
DEV_SSR: false
|
||||
},
|
||||
plugins: [],
|
||||
siteMetadata: {
|
||||
title: "Justice40",
|
||||
},
|
||||
plugins: ['gatsby-plugin-scss-typescript'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue