From 6e562975e9644e66638ab9cd50ce542a8f97a5ff Mon Sep 17 00:00:00 2001 From: hyeonjiroh Date: Fri, 11 Jul 2025 21:22:03 +0900 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=EB=A9=94=ED=83=80=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d41c4cc..f99e59e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,7 @@ import "./globals.css"; export const metadata = { title: "새길", - description: "새만금 새길", + description: "하루 끝 당신의, 새길", }; export default function RootLayout({ From 144904c06e3bc22552a25aaec4098ea2806c7b26 Mon Sep 17 00:00:00 2001 From: hyeonjiroh Date: Fri, 11 Jul 2025 21:23:06 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20Strict=20Mode=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 585928c..f5b1d5d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: false, + // reactStrictMode: false, experimental: { turbo: {