From 7e24836a2447f2bee50f4a7c122009a88c3417fa Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Fri, 10 May 2019 09:46:19 +0000 Subject: [PATCH] chore(starters): Add empty gatsby-config.js (#13951) --- gatsby-config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gatsby-config.js 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 */ +}