diff --git a/next.config.js b/next.config.js index fa5f89a68..b0e872e88 100644 --- a/next.config.js +++ b/next.config.js @@ -17,4 +17,7 @@ module.exports = { return config; }, + experimental: { + scrollRestoration: true, + }, };