diff --git a/next.config.js b/next.config.js index ae89e9eb..cc13c74d 100644 --- a/next.config.js +++ b/next.config.js @@ -13,6 +13,9 @@ const globalSassImports = `\ const moduleExports = withBundleAnalyzer( withThemeKitConfig({ + env: { + PREZLY_MODE: process.env.PREZLY_MODE, + }, images: { loader: 'custom', },