mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 17:22:05 -07:00
fix(normal build): Trying to get normal build working
This commit is contained in:
+4
-3
@@ -1,4 +1,4 @@
|
||||
const ipfsPrefix = process.argv.find(val => val === '--prefix-paths')
|
||||
// const ipfsPrefix = process.argv.find(val => val === '--prefix-paths')
|
||||
// console.log('DEBUG >> IM HERE')
|
||||
|
||||
const ipfsConfig = [
|
||||
@@ -68,6 +68,7 @@ module.exports = {
|
||||
description: 'A gatsbyjs app with adminlte2 integration.',
|
||||
author: '@gatsbyjs'
|
||||
},
|
||||
pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__',
|
||||
plugins: ipfsPrefix ? normalConfig : ipfsConfig
|
||||
// pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__',
|
||||
// plugins: ipfsPrefix ? normalConfig : ipfsConfig
|
||||
plugins: normalConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user