Skip to content

Commit

Permalink
Update opengraph-image.mdx: Fix typo (#54020)
Browse files Browse the repository at this point in the history
This commit fixes a typo in the `<head> output` (twitter-image.alt.txt) code block
  • Loading branch information
tibi1220 committed Aug 14, 2023
1 parent 2e67454 commit b4d5ddb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ About Acme
```

```html filename="<head> output"
<meta property="og:image:alt" content="About Acme" />
<meta property="twitter:image:alt" content="About Acme" />
```

## Generate images using code (.js, .ts, .tsx)
Expand Down

0 comments on commit b4d5ddb

Please sign in to comment.