Skip to content

Commit 29c1737

Browse files
committed
Fix broken OGP image path: /dojos
1 parent 35c0d2c commit 29c1737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/dojos/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% provide :title, "CoderDojo 一覧 - 統計情報" %>
22
<% provide :desc, "CoderDojo の公開されている統計情報をまとめたページです。" %>
33
<% provide :url, dojos_url %>
4-
<% provide :meta_image, asset_path('stats_cover.png') %>
4+
<% provide :meta_image, "/img/ogp-stats.jpeg" %>
55

66
<section id='top' class='cover' style='background-color: white; max-width: 400px; margin: 0 auto;'>
77
<%= lazy_image_tag "stats_cover.png", alt: "Cover Photo" %>

0 commit comments

Comments
 (0)