Skip to content

Commit

Permalink
Provide PREZLY_MODE as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Jan 21, 2025
1 parent f77f065 commit e988677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const globalSassImports = `\

const moduleExports = withBundleAnalyzer(
withThemeKitConfig({
env: {
PREZLY_MODE: process.env.PREZLY_MODE,
},
images: {
loader: 'custom',
},
Expand Down

0 comments on commit e988677

Please sign in to comment.