j40-cejst-2/client/gatsby-config.js

11 lines
157 B
JavaScript

module.exports = {
siteMetadata: {
title: "Justice40 Tool",
flags: {
DEV_SSR: false
},
},
plugins: [
"gatsby-plugin-sass"
]
};