Skip to content

Commit 596534c

Browse files
authored
Merge pull request #31 from CarToi/chore/#30/metadata-strict-mode
[chore] #30 메타데이터 설명 추가/ Strict Mode 설정
2 parents d2a0083 + 144904c commit 596534c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
reactStrictMode: false,
3+
// reactStrictMode: false,
44

55
experimental: {
66
turbo: {

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "./globals.css";
22

33
export const metadata = {
44
title: "새길",
5-
description: "새만금 새길",
5+
description: "하루 끝 당신의, 새길",
66
};
77

88
export default function RootLayout({

0 commit comments

Comments
 (0)