diff --git a/gatsby-config.js b/gatsby-config.js index a7c9ea727..b773e5d12 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,6 +1,11 @@ const quote = (str) => `"${str}"`; module.exports = { + flags: { + DEV_SSR: true, + PRESERVE_WEBPACK_CACHE: true, + PRESERVE_FILE_DOWNLOAD_CACHE: true, + }, siteMetadata: { title: 'New Relic Developers', titleTemplate: '%s | New Relic Developers',