diff --git a/nx-dev/nx-dev/next.config.js b/nx-dev/nx-dev/next.config.js index 98efba6633..6d515195f9 100644 --- a/nx-dev/nx-dev/next.config.js +++ b/nx-dev/nx-dev/next.config.js @@ -14,6 +14,7 @@ copy( ); module.exports = withNx({ + scrollRestoration: true, experimental: { nextScriptWorkers: true, // Enable PartyTown offloading script strategy },