Skip to content

Commit 15a0c01

Browse files
committed
Fix typo in og:image
1 parent 7af6c38 commit 15a0c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/>
6060
<meta
6161
property="og:image"
62-
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/banner.jpg"
62+
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/public/images/banner.jpg"
6363
/>
6464
<meta property="og:image:type" content="image/png" />
6565
<meta property="og:image:width" content="1440" />
@@ -79,7 +79,7 @@
7979
/>
8080
<meta
8181
name="twitter:image"
82-
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/banner.jpg"
82+
content="https://raw.githubusercontent.com/aryanpingle/Runic/master/public/images/banner.jpg"
8383
/>
8484
</head>
8585
<body>

0 commit comments

Comments
 (0)