From e05586741a39aefc7a744ba4054289f6ac138b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 30 Jan 2021 13:59:49 +0900 Subject: [PATCH] feat: using scroll restoration --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index b7b6ca2..88d2f76 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ module.exports = { images: { domains: ['cdn.discordapp.com'] - } + }, + experimental: { scrollRestoration: true } } \ No newline at end of file