Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jan 11, 2024
1 parent 81e8c86 commit 528db3c
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 @@ -19,7 +19,7 @@ function experimentalConfig() {
}

if (process.env.ATLAS_CACHE_HANDLER_ENABLED !== undefined) {
experimental = { ...experimental,
return { ...experimental,
incrementalCacheHandlerPath: require.resolve('./.atlas/atlas-cache-handler.js'),
isrMemoryCacheSize: 0
}
Expand Down

0 comments on commit 528db3c

Please sign in to comment.