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: { 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({