Skip to content

Commit 8743794

Browse files
author
Phil Hawksworth
committed
prod URL to test twitter card
1 parent e6937ea commit 8743794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ogimage: "/img/og/default-og-image.png"
2020
<meta property="og:url" content="https://jamstack.org/">
2121
<meta property="og:description" content="{{ description }}">
2222
<meta property="og:type" content="website">
23-
<meta property="og:image" content="{{ netlify.deployUrl }}{{ ogimage }}">
23+
<meta property="og:image" content="https://jamstack.org{{ ogimage }}">
2424
<meta property="twitter:card" content="summary_large_image">
2525
<meta property="twitter:url" content="https://jamstack.org/">
2626
<meta property="twitter:title" content="{{ title }} | Jamstack">

0 commit comments

Comments
 (0)