Skip to content

Commit 49f4eb8

Browse files
committed
fix: Use full url for card iamge
1 parent 0fe7378 commit 49f4eb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/head.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
property="og:description"
3333
content="I'm James King, and I make things for the web"
3434
/>
35-
<meta property="og:image" content="/card_{page}.png" />
35+
<meta
36+
property="og:image"
37+
content="https://www.ripixel.co.uk/card_{page}.png"
38+
/>
3639
<meta name="twitter:card" content="summary_large_image" />
3740
<meta name="twitter:site" content="@ripixelcodes" />
3841

0 commit comments

Comments
 (0)