diff --git a/gatsby-config.js b/gatsby-config.js index b81e8e09..d69df0de 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { pathPrefix: `/instant-observability`, trailingSlash: 'never', flags: { - DEV_SSR: false, + DEV_SSR: true, PRESERVE_WEBPACK_CACHE: true, PRESERVE_FILE_DOWNLOAD_CACHE: true, },