@@ -15,13 +15,13 @@ export default function Layout({ children }: { children: ReactNode }) {
15
15
< html lang = "en" className = { inter . className } suppressHydrationWarning >
16
16
< head >
17
17
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
18
- < meta name = "description" content = "글쓰는 또라이 " />
19
- < meta name = "keywords" content = "글또, 글쓰는 또라이, 또라이 , 글쓰기, 문서화" />
18
+ < meta name = "description" content = "글또 : 글 쓰는 또라이가 세상을 바꾼다 " />
19
+ < meta name = "keywords" content = "글또, 글 쓰는 또라이가 세상을 바꾼다 , 글쓰기, 문서화" />
20
20
< meta name = "author" content = "글또" />
21
21
< meta name = "robots" content = "index, follow" />
22
22
< meta name = "theme-color" content = "#000000" />
23
23
< meta name = "og:title" content = "글또" />
24
- < meta name = "og:description" content = "글쓰는 또라이 " />
24
+ < meta name = "og:description" content = "글또 : 글 쓰는 또라이가 세상을 바꾼다 " />
25
25
< meta name = "og:image" content = "/geultto-social-card.png" />
26
26
< meta name = "og:url" content = "https://geultto.github.io" />
27
27
< meta name = "og:site_name" content = "글또" />
@@ -30,7 +30,7 @@ export default function Layout({ children }: { children: ReactNode }) {
30
30
< meta name = "twitter:site" content = "@geultto" />
31
31
< meta name = "twitter:creator" content = "@geultto" />
32
32
< meta name = "twitter:title" content = "글또" />
33
- < meta name = "twitter:description" content = "글쓰는 또라이 " />
33
+ < meta name = "twitter:description" content = "글또 : 글 쓰는 또라이가 세상을 바꾼다 " />
34
34
< meta name = "twitter:image" content = "/geultto-social-card.png" />
35
35
< link rel = "icon" href = "/favicon.ico" />
36
36
< GoogleAnalytics GA_MEASUREMENT_ID = "G-1QK15KQ7TH" />
0 commit comments