From e00ed55a02169dbbc91e6676d76f49fa89441d40 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:12:46 +0100 Subject: [PATCH] fix(client): add DEV_SSR false flag to gatsby-config (#41681) --- client/gatsby-config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/gatsby-config.js b/client/gatsby-config.js index d640dba8ed..aaf97a810a 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -15,6 +15,9 @@ const pathPrefix = : '/' + clientLocale; module.exports = { + flags: { + DEV_SSR: false + }, siteMetadata: { title: 'freeCodeCamp', siteUrl: homeLocation