diff --git a/next.config.js b/next.config.js index 9fe7ae8d..e76b5880 100644 --- a/next.config.js +++ b/next.config.js @@ -5,4 +5,7 @@ module.exports = { env: { APP_DESCRIPTION: pkg.description, }, + experimental: { + scrollRestoration: true, + }, }