Skip to content

Commit ec02dc1

Browse files
committed
chore : 메타데이터 title SOPT Makers -> SOPT makers 로 변경
1 parent 092c945 commit ec02dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
4141

4242
export const metadata = {
4343
metadataBase: BASE_URL ? new URL(BASE_URL) : undefined,
44-
title: 'SOPT Makers',
44+
title: 'SOPT makers',
4545
description: '',
4646
colorScheme: 'dark',
4747
themeColor: '#0F1010',
4848
openGraph: {
49-
title: 'SOPT Makers',
49+
title: 'SOPT makers',
5050
description: '',
5151
url: BASE_URL ?? undefined,
5252
type: 'website',

0 commit comments

Comments
 (0)