Skip to content

Commit

Permalink
Add DEV_SSR flag to gatsby-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AwalHossain committed Feb 4, 2024
1 parent 7d0fddd commit 8720d5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { GatsbyConfig } from 'gatsby';
const gatsbyConfig: GatsbyConfig = {

flags: {
// Use DEV_SSR to debug the SSR related issues locally (i.e. hydration related ones).
DEV_SSR: false,
},
plugins: [
// @see: https://www.gatsbyjs.com/plugins/gatsby-plugin-postcss/
'gatsby-plugin-postcss',
Expand Down

0 comments on commit 8720d5c

Please sign in to comment.