From 1f3d30abef44e643af7baf605de53b4ef191075b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 7 Jul 2020 11:33:04 -0700 Subject: [PATCH] Switching to normal build by default --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 0316332..cefc757 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -69,5 +69,5 @@ module.exports = { author: '@gatsbyjs' }, pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__', - plugins: ipfsPrefix ? ipfsConfig : normalConfig + plugins: ipfsPrefix ? normalConfig : ipfsConfig }