Skip to content

Commit c0c4173

Browse files
committed
feat: Implement icon in metadata
1 parent 83d6250 commit c0c4173

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export const metadata: Metadata = {
1111
metadataBase: new URL(SITE_URL),
1212
title: '방은수 블로그',
1313
description: '프론트엔드 개발자 방은수의 회고 블로그입니다.',
14+
icons: {
15+
icon: '/favicon.ico',
16+
},
1417
authors: [
1518
{
1619
name: '방은수',
@@ -37,7 +40,7 @@ export const metadata: Metadata = {
3740
url: SITE_URL,
3841
title: '방은수 - 프론트엔드 개발자 블로그',
3942
description: 'Next.js 와 Typescript로 개발을 하는 프론트엔드 개발자 방은수의 블로그입니다.',
40-
locale: 'ko_KR'
43+
locale: 'ko_KR',
4144
},
4245
keywords:
4346
'프론트엔드 개발자, 방은수, 이력서, 포트폴리오, 블로그, Bang Eunsu, React.js, React, Next.js, Next, Typescript, ts, Frontend Developer, Resume, Portfolio',

0 commit comments

Comments
 (0)