From 721ffff313b4f1e43250ec5f7a225547606b39ad Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Sat, 6 Mar 2021 16:11:31 -0400 Subject: [PATCH] fix(error): Fixed error when loading wallet --- gatsby-config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index a5f902c..14e7fb4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -17,5 +17,9 @@ module.exports = { // }, // require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep') 'gatsby-plugin-bch-sweep' - ] + ], + // https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs + flags: { + DEV_SSR: false + } }