diff --git a/gatsby-config.js b/gatsby-config.js new file mode 100644 index 0000000..823925d --- /dev/null +++ b/gatsby-config.js @@ -0,0 +1,9 @@ +/** + * Configure your Gatsby site with this file. + * + * See: https://www.gatsbyjs.org/docs/gatsby-config/ + */ + +module.exports = { + /* Your site config here */ +}