Skip to content

Commit 0b60c1f

Browse files
committed
fix metadata links
1 parent 2cb49db commit 0b60c1f

9 files changed

Lines changed: 9 additions & 9 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

public/images/meta_img.png

91 KB
Loading

public/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
6-
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
7-
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
5+
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/images/favicon/apple-touch-icon.png">
6+
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/images/favicon/favicon-32x32.png">
7+
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/images/favicon/favicon-16x16.png">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
<meta name="theme-color" content="#000000" />
11-
11+
1212
<!-- Primary Meta Tags -->
1313
<title>GitHub Profile — Search</title>
1414
<meta name="title" content="GitHub Profile — Search">
1515
<meta name="description" content="A simple yet creative way to interact with your GitHub profile.">
1616

1717
<!-- Open Graph / Facebook -->
1818
<meta property="og:type" content="website">
19-
<meta property="og:url" content="https://metatags.io/">
19+
<meta property="og:url" content="https://github-plus.netlify.app/">
2020
<meta property="og:title" content="GitHub Profile — Search">
2121
<meta property="og:description" content="A simple yet creative way to interact with your GitHub profile.">
22-
<meta property="og:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
22+
<meta property="og:image" content="%PUBLIC_URL%/images/meta_img.png">
2323

2424
<!-- Twitter -->
2525
<meta property="twitter:card" content="summary_large_image">
26-
<meta property="twitter:url" content="https://metatags.io/">
26+
<meta property="twitter:url" content="https://github-plus.netlify.app/">
2727
<meta property="twitter:title" content="GitHub Profile — Search">
2828
<meta property="twitter:description" content="A simple yet creative way to interact with your GitHub profile.">
29-
<meta property="twitter:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
29+
<meta property="twitter:image" content="%PUBLIC_URL%/images/meta_img.png">
3030

31-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
31+
<link rel="manifest" href="%PUBLIC_URL%/images/favicon/manifest.json" />
3232
<link rel="preconnect" href="https://fonts.googleapis.com">
3333
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3434
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)