fix(client): add DEV_SSR false flag to gatsby-config (#41681)

This commit is contained in:
Shaun Hamilton
2021-03-30 21:12:46 +01:00
committed by GitHub
parent 11d6442456
commit e00ed55a02

View File

@ -15,6 +15,9 @@ const pathPrefix =
: '/' + clientLocale;
module.exports = {
flags: {
DEV_SSR: false
},
siteMetadata: {
title: 'freeCodeCamp',
siteUrl: homeLocation