fix(client): add DEV_SSR false flag to gatsby-config (#41681)
This commit is contained in:
@ -15,6 +15,9 @@ const pathPrefix =
|
||||
: '/' + clientLocale;
|
||||
|
||||
module.exports = {
|
||||
flags: {
|
||||
DEV_SSR: false
|
||||
},
|
||||
siteMetadata: {
|
||||
title: 'freeCodeCamp',
|
||||
siteUrl: homeLocation
|
||||
|
Reference in New Issue
Block a user