Skip to content

Commit cf99485

Browse files
committed
fix(normal build): Trying to get normal build working
1 parent a9a058c commit cf99485

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

gatsby-config.js

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
// const ipfsPrefix = process.argv.find(val => val === '--prefix-paths')
22
// console.log('DEBUG >> IM HERE')
33

4-
const ipfsConfig = [
5-
'gatsby-plugin-ipfs',
6-
'gatsby-plugin-react-helmet',
7-
{
8-
resolve: 'gatsby-source-filesystem',
9-
options: {
10-
start_url: '__GATSBY_IPFS_PATH_PREFIX__',
11-
name: 'images',
12-
path: `${__dirname}/src/images`
13-
}
14-
},
15-
'gatsby-transformer-sharp',
16-
'gatsby-plugin-sharp',
17-
{
18-
resolve: 'gatsby-plugin-manifest',
19-
options: {
20-
name: 'gatsby-starter-default',
21-
short_name: 'starter',
22-
start_url: '__GATSBY_IPFS_PATH_PREFIX__',
23-
background_color: '#663399',
24-
theme_color: '#663399',
25-
display: 'minimal-ui',
26-
icon: 'src/images/gatsby-icon.png' // This path is relative to the root of the site.
27-
}
28-
}
29-
30-
// this (optional) plugin enables Progressive Web App + Offline functionality
31-
// To learn more, visit: https://gatsby.dev/offline
32-
// `gatsby-plugin-offline`,
33-
]
4+
// const ipfsConfig = [
5+
// 'gatsby-plugin-ipfs',
6+
// 'gatsby-plugin-react-helmet',
7+
// {
8+
// resolve: 'gatsby-source-filesystem',
9+
// options: {
10+
// start_url: '__GATSBY_IPFS_PATH_PREFIX__',
11+
// name: 'images',
12+
// path: `${__dirname}/src/images`
13+
// }
14+
// },
15+
// 'gatsby-transformer-sharp',
16+
// 'gatsby-plugin-sharp',
17+
// {
18+
// resolve: 'gatsby-plugin-manifest',
19+
// options: {
20+
// name: 'gatsby-starter-default',
21+
// short_name: 'starter',
22+
// start_url: '__GATSBY_IPFS_PATH_PREFIX__',
23+
// background_color: '#663399',
24+
// theme_color: '#663399',
25+
// display: 'minimal-ui',
26+
// icon: 'src/images/gatsby-icon.png' // This path is relative to the root of the site.
27+
// }
28+
// }
29+
//
30+
// // this (optional) plugin enables Progressive Web App + Offline functionality
31+
// // To learn more, visit: https://gatsby.dev/offline
32+
// // `gatsby-plugin-offline`,
33+
// ]
3434

3535
const normalConfig = [
3636
'gatsby-plugin-react-helmet',

0 commit comments

Comments
 (0)