mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 21:41:18 -07:00
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:
parent
a587482967
commit
5c3a3c022a
3 changed files with 1571 additions and 1096 deletions
|
@ -15,10 +15,7 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
|
|||
use: loaders.null(),
|
||||
},
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
modules: [path.resolve(__dirname, "src"), "node_modules"],
|
||||
},
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue