We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a0083 + 144904c commit 596534cCopy full SHA for 596534c
next.config.mjs
@@ -1,6 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- reactStrictMode: false,
+ // reactStrictMode: false,
4
5
experimental: {
6
turbo: {
src/app/layout.tsx
@@ -2,7 +2,7 @@ import "./globals.css";
export const metadata = {
title: "새길",
- description: "새만금 새길",
+ description: "하루 끝 당신의, 새길",
};
7
8
export default function RootLayout({
0 commit comments