Skip to content

Commit fd03a8d

Browse files
authored
Update index.html
1 parent 0e79ab8 commit fd03a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:site_name" content="Closure Next" />
1313
<meta property="og:title" content="Closure Next | Closure Library rewritten in TypeScript" />
1414
<meta property="og:description" content="Closure Library rewritten in TypeScript" />
15-
<meta property="og:image" content="assets/image/Closure Next.png" /> <meta property="og:image:width" content="1200" />
15+
<meta property="og:image" content="https://closure-next.github.io/assets/image/Closure Next.png" /> <meta property="og:image:width" content="1200" />
1616
<meta property="og:image:height" content="1200" />
1717
<meta property="og:locale" content="en_US" />
1818

@@ -21,7 +21,7 @@
2121
<meta name="twitter:url" content="https://closure-next.github.io/blog" />
2222
<meta name="twitter:title" content="Closure Next | Closure Library rewritten in TypeScript" />
2323
<meta name="twitter:description" content="Closure Library rewritten in TypeScript" />
24-
<meta name="twitter:image" content="assets/image/Closure Next.png" /> <meta name="twitter:image:width" content="1200" />
24+
<meta name="twitter:image" content="https://closure-next.github.io/assets/image/Closure Next.png" /> <meta name="twitter:image:width" content="1200" />
2525
<meta name="twitter:image:height" content="1200" />
2626

2727
<link rel="icon" href="https://closure-next.github.io/assets/img/favicon.ico" type="image/x-icon">

0 commit comments

Comments
 (0)