File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ module.exports = {
1414 flags : {
1515 FAST_DEV : true ,
1616 PARALLEL_SOURCING : false , // Disable parallel sourcing to reduce memory pressure
17- DEV_SSR : false , // Disable SSR to avoid build issues
1817 } ,
1918 trailingSlash : "never" ,
2019 plugins : [
@@ -467,13 +466,15 @@ module.exports = {
467466 resolve : "gatsby-plugin-mdx" ,
468467 options : {
469468 extensions : [ ".mdx" , ".md" ] ,
469+ gatsbyRemarkPlugins : [ ] ,
470470 mdxOptions : {
471471 remarkPlugins : [ ] ,
472472 rehypePlugins : [ ] ,
473473 } ,
474- gatsbyRemarkPlugins : [ ] ,
475474 } ,
476475 } ,
476+ "gatsby-plugin-sharp" ,
477+ "gatsby-transformer-sharp" ,
477478 {
478479 resolve : "gatsby-source-filesystem" ,
479480 options : {
Original file line number Diff line number Diff line change 1010 "url" : " https://layer5.io"
1111 },
1212 "scripts" : {
13- "build" : " gatsby build" ,
13+ "build" : " cross-env NODE_OPTIONS=--max-old-space-size=8192 gatsby build" ,
1414 "clean" : " gatsby clean && rimraf node_modules" ,
15- "develop" : " cross-env NODE_OPTIONS=--max-old-space-size=10096 gatsby develop" ,
15+ "develop" : " cross-env NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop" ,
1616 "dev" : " npm run develop" ,
1717 "start" : " npm run develop" ,
1818 "serve" : " gatsby serve" ,
You can’t perform that action at this time.
0 commit comments