Switching to normal build by default

This commit is contained in:
Chris Troutner
2020-07-07 11:33:04 -07:00
parent d517250f2f
commit 1f3d30abef
+1 -1
View File
@@ -69,5 +69,5 @@ module.exports = {
author: '@gatsbyjs'
},
pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__',
plugins: ipfsPrefix ? ipfsConfig : normalConfig
plugins: ipfsPrefix ? normalConfig : ipfsConfig
}