Skip to content

Commit be6384d

Browse files
committed
Update main info
1 parent 58f16cb commit be6384d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pages/v/index.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,24 @@ function BlogPage() {
1313
dir: 'ltr',
1414
lang: 'ko',
1515
}}
16+
title='pyjun01 개발 블로그'
1617
>
1718
<meta name='theme-color' content='#1a5b89' />
1819
<meta name='description' content='pyjun01 개발 블로그' />
1920
<meta name='keywords' content='pyjun01,개발,개발자,개발 블로그' />
2021
<meta name='naver-site-verification' content='2a28f13354877854bb05feb3be7bf8f34ff88f05' />
22+
<meta name='theme-color' content='#1a5b89' />
23+
<meta property='og:title' content='pyjun01 개발 블로그' />
24+
<meta property='og:type' content='website' />
25+
<meta property='og:url' content='https://pyjun01.github.io' />
26+
<meta property='og:description' content='pyjun01의 개발 블로그입니다' />
27+
<meta property='og:site_name' content='pyjun01 blog' />
28+
<meta property='og:locale' content='ko_KR' />
29+
<meta name='description' content='pyjun01의 개발 블로그입니다' />
30+
<meta name='twitter:card' content={'summary'} />
31+
<meta name='twitter:title' content='pyjun01 개발 블로그' />
32+
<meta name='twitter:description' content='pyjun01의 개발 블로그입니다' />
33+
<meta name='naver-site-verification' content='2a28f13354877854bb05feb3be7bf8f34ff88f05' />
2134
</Helmet>
2235
<List nodes={data.allMdx.nodes} />
2336
</Layout>

0 commit comments

Comments
 (0)