Skip to content

Commit

Permalink
chore : 메타데이터 title SOPT Makers -> SOPT makers 로 변경 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jan 29, 2024
1 parent 092c945 commit c3f1b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;

export const metadata = {
metadataBase: BASE_URL ? new URL(BASE_URL) : undefined,
title: 'SOPT Makers',
title: 'SOPT makers',
description: '',
colorScheme: 'dark',
themeColor: '#0F1010',
openGraph: {
title: 'SOPT Makers',
title: 'SOPT makers',
description: '',
url: BASE_URL ?? undefined,
type: 'website',
Expand Down

0 comments on commit c3f1b23

Please sign in to comment.