Skip to content

Commit 64f8689

Browse files
committed
Fix social image
1 parent 56b6072 commit 64f8689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const meta_title = "The Gleam Playground"
1919

2020
const meta_description = "A playground for the Gleam programming language. Write, run, and share Gleam code in your browser."
2121

22-
const meta_image = "https://gleam.run/images/og-image.png"
22+
const meta_image = "https://gleam.run/images/social-image.png"
2323

2424
const meta_url = "https://play.gleam.run"
2525

0 commit comments

Comments
 (0)