Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Nov 30, 2024
1 parent e781c0a commit 4dc3110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Uses This / <%= @page.title %>">
<meta property="og:description" content="<%= @page.summary %>">
<meta property="og:image" content="https://usesthis.com/images/interviews/<%= @page.slug %>.jpg">
<meta property="og:image" content="https://usesthis.com/images/interviews/<%= @page.slug %>/portrait.jpg">
<% end %>
</head>
<body>
Expand Down

0 comments on commit 4dc3110

Please sign in to comment.