mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix: og:image share url (#678)
* feat: create share image for social media * fix: group meta tags * fix: adjust og:image to full url
This commit is contained in:
@@ -234,7 +234,7 @@ export default ({ inlineCSS }) => (
|
||||
<meta name="og:locale" content="en_US" />
|
||||
<meta name="twitter:site" content="@jarredsumner" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:image" content="/share.png" />
|
||||
<meta property="og:image" content="https://bun.sh/share.png" />
|
||||
<meta
|
||||
name="description"
|
||||
content={`Bundle, transpile, install and run JavaScript & TypeScript
|
||||
|
||||
Reference in New Issue
Block a user