mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
11 lines
157 B
JavaScript
11 lines
157 B
JavaScript
module.exports = {
|
|
siteMetadata: {
|
|
title: "Justice40 Tool",
|
|
flags: {
|
|
DEV_SSR: false
|
|
},
|
|
},
|
|
plugins: [
|
|
"gatsby-plugin-sass"
|
|
]
|
|
};
|