From 14280c54370fd9a3e73120e4208e36183d39f9a3 Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Tue, 6 Sep 2022 13:27:13 +0900 Subject: [PATCH] fix: scroll restoration (#3005) --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) 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, + }, };