Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const metadata: Metadata = {
description: 'νŒ€μ›Œν¬λ₯Ό 더 μ‰½κ²Œ λ§Œλ“œλŠ” ν˜‘μ—… 툴',
icons: {
icon: '/favicon.ico',
shortcut: '/favicon-16x16.png',
apple: '/apple-touch-icon.png',
},
openGraph: {
title: 'Coplan - νŒ€μ›Œν¬λ₯Ό 더 μ‰½κ²Œ',
Expand All @@ -22,7 +20,7 @@ export const metadata: Metadata = {
siteName: 'Coplan',
images: [
{
url: '/banner.png', // 이건 λ„€κ°€ 넣을 이미지
url: 'https://coplan.work/images/banner.png', // βœ… μƒλŒ€ 경둜 λŒ€μ‹  μ ˆλŒ€ URL둜만 μˆ˜μ •
width: 1200,
height: 630,
alt: 'Coplan OG 이미지',
Expand All @@ -34,7 +32,7 @@ export const metadata: Metadata = {
card: 'summary_large_image',
title: 'Coplan - νŒ€μ›Œν¬λ₯Ό 더 μ‰½κ²Œ',
description: 'ν”„λ‘œμ νŠΈ 관리λ₯Ό μœ„ν•œ μŠ€λ§ˆνŠΈν•œ ν˜‘μ—…νˆ΄',
images: ['/banner.png'],
images: ['https://coplan.work/images/banner.png'], // βœ… μ—¬κΈ°μ„œλ„ μ ˆλŒ€ URL둜만 μˆ˜μ •
creator: '@coplan_team',
},
}
Expand Down
Loading