Skip to content

Commit

Permalink
fix: "value" to "content" attr for og:image (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami authored Aug 8, 2024
1 parent 2875d07 commit a56e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="🐻 Bear necessities for state management in React" />
<link rel="apple-touch-icon" href="/logo192.png" />
<meta name="og:image" value="/ogimage.jpg" />
<meta name="og:image" content="/ogimage.jpg" />
<link rel="manifest" href="/manifest.json" />
<title>Zustand</title>
</head>
Expand Down

0 comments on commit a56e76d

Please sign in to comment.