Skip to content

Commit 8ceb518

Browse files
author
Ives van Hoorne
committed
Fix image url
1 parent e0f5038 commit 8ceb518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homepage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>CodeSandbox: Online playground for React</title>
88
<meta property="og:title" content="CodeSandbox: Online playground for React">
99
<meta property="og:description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects.">
10-
<meta property="og:image" content="https://codesandbox.io/img/logo.png" />
10+
<meta property="og:image" content="https://codesandbox.io/static/img/logo.png">
1111
<meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects.">
1212
<meta name="keywords" content="react codesandbox editor code javascript playground sharing spa single page application web application frontend front end">
1313
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)