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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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