Skip to content

Commit 649d68a

Browse files
authored
Update contact.html
1 parent fd03a8d commit 649d68a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

policies/contact.html

Lines changed: 11 additions & 11 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,26 +21,26 @@
2121
<meta name="twitter:url" content="https://closure-next.github.io/policies/contact" />
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

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

29-
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
30-
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
29+
<link rel="icon" type="image/png" sizes="16x16" href="https://closure-next.github.io/assets/img/favicon-16x16.png">
30+
<link rel="icon" type="image/png" sizes="32x32" href="https://closure-next.github.io/assets/img/favicon-32x32.png">
3131

32-
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
33-
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/android-chrome-512x512.png">
34-
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
35-
<link rel="manifest" href="assets/img/site.webmanifest">
32+
<link rel="icon" type="image/png" sizes="192x192" href="https://closure-next.github.io/assets/img/android-chrome-192x192.png">
33+
<link rel="icon" type="image/png" sizes="512x512" href="https://closure-next.github.io/assets/img/android-chrome-512x512.png">
34+
<link rel="apple-touch-icon" sizes="180x180" href="https://closure-next.github.io/assets/img/apple-touch-icon.png">
35+
<link rel="manifest" href="https://closure-next.github.io/assets/img/site.webmanifest">
3636

3737
<div class="h-card">
3838
<a class="u-url" href="https://closure-next.github.io/">
39-
<img class="u-photo" src="assets/image/Closure Next.png" alt="Closure Next Logo" width="80" height="80">
39+
<img class="u-photo" src="https://closure-next.github.io/assets/image/Closure Next.png" alt="Closure Next Logo" width="80" height="80">
4040
</a>
4141
</div>
4242

43-
<link rel="stylesheet" href="assets/styles.css">
43+
<link rel="stylesheet" href="https://closure-next.github.io/assets/styles.css">
4444

4545
</head>
4646

0 commit comments

Comments
 (0)