From 664f0e10d20f3413fdffa8637aa29fbeda994d7a Mon Sep 17 00:00:00 2001 From: "nageuna922@gmail.com" Date: Mon, 16 Dec 2024 17:50:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 23cc0df0..14fd5bb0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -35,7 +35,6 @@ const nextConfig = { }, experimental: { optimizeCss: true, - scrollRestoration: true, }, }