Temporarily removing the use of useStaticQuery as it seems to have introduced a bug in page rendering. Hard-coding for now; incidentally we will need to load this as a string anyway for localization purposes (#70)

This commit is contained in:
Nat Hillard 2021-05-21 10:57:20 -04:00 committed by GitHub
commit 5c3a3c022a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1571 additions and 1096 deletions

View file

@ -15,10 +15,7 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
use: loaders.null(),
},
],
},
resolve: {
modules: [path.resolve(__dirname, "src"), "node_modules"],
},
}
})
}
}