From 97851e68a0f5ea2101d15e76211b5f3baf4f6b5c Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 15 Apr 2026 02:27:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=99=88=20waveform=20SVG=20hydration?= =?UTF-8?q?=20mismatch=20+=20smooth=20scroll=20=EA=B2=BD=EA=B3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Math.sin 부동소수점 값을 toFixed(3)로 정규화 (서버/클라 직렬화 차이 제거) - html에 data-scroll-behavior="smooth" 추가 Co-Authored-By: Claude Opus 4.6 --- app/layout.tsx | 2 +- app/page.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 0432bd7..33e08c3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -101,7 +101,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - +