Skip to content

Commit e3a0736

Browse files
committed
Use .png for cover image in case some services not available on .webp
1 parent 9bccb8b commit e3a0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/stretch3s/new.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- provide(:title, 'Stretch3 × AI 拡張ブロックの利用申請')
22
- provide(:desc, 'Stretch3 から OpenAI API を呼び出せる拡張機能「ChatGPT2Scratch」が、全国の CoderDojo でご活用いただけるための利用申請フォームです。')
33
- provide(:url, '/stretch3')
4-
- provide(:meta_image, '/img/stretch3_cover.webp')
4+
- provide(:meta_image, '/img/stretch3_cover.png')
55

66
:css
77
.stretch3-notes {

0 commit comments

Comments
 (0)