Skip to content

Commit

Permalink
feat: add opengraph image for svgo v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Dec 20, 2024
1 parent 9853448 commit 98d1c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export default function Home() {
<Layout>
<Head>
<meta name="description" content="SVGO is a Node.js library and command-line application for optimizing vector images."/>
<meta name="og:image" content="https://svgo.dev/img/opengraph.jpg"/>
<meta name="og:image:type" content="image/jpeg"/>
<meta name="og:image:width" content="1920"/>
<meta name="og:image:height" content="480"/>
</Head>
<HomepageHeader />
<main>
Expand Down
Binary file added static/img/opengraph.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98d1c4b

Please sign in to comment.