Skip to content

Commit

Permalink
- change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jan 12, 2024
1 parent e587f4b commit 81577ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function experimentalConfig() {
scrollRestoration: true,
}

if (process.env.ATLAS_CACHE_HANDLER_ENABLED === undefined) {
if (process.env.ATLAS_CACHE_HANDLER_ENABLED !== undefined) {
const atlasExperimentalOptions = { ...experimental, ...{
// instead of require.resolve, use createRequire
// see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta/resolve
Expand Down

0 comments on commit 81577ca

Please sign in to comment.