Skip to content

Commit

Permalink
fixed meta image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Mar 12, 2019
1 parent d068dd2 commit d6becdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ module.exports = function(state, body = '') {
<meta name="twitter:card" content="summary" />
<meta
property="og:image"
content="${state.baseUrl}${assets.get('send-fb.jpg')}"
content="${state.baseUrl}/${assets.get('send-fb.jpg')}"
/>
<meta
name="twitter:image"
content="${state.baseUrl}${assets.get('send-twitter.jpg')}"
content="${state.baseUrl}/${assets.get('send-twitter.jpg')}"
/>
<meta property="og:url" content="${state.baseUrl}" />
<meta name="theme-color" content="#220033" />
Expand Down

0 comments on commit d6becdc

Please sign in to comment.