Skip to content

Commit

Permalink
Fix og:image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Sep 19, 2024
1 parent 89bffcb commit 5feb230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
content="<%= htmlWebpackPlugin.options.urlBase %><%= require('./img/yarn-spinner-books-twitter-large-image.png') %>" />
<meta property="twitter:image:alt" content="Try Yarn Spinner" />
<meta property="og:image"
content="<%= htmlWebpackPlugin.options.urlBase %><%= require('./img/try-yarn-spinner-twitter-large-image.png') %>" />
content="<%= htmlWebpackPlugin.options.urlBase %><%= require('./img/yarn-spinner-books-twitter-large-image.png') %>" />
</head>

<body>
Expand Down

0 comments on commit 5feb230

Please sign in to comment.