Skip to content

Commit

Permalink
add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 8, 2025
1 parent a11019a commit a503df7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
34 changes: 34 additions & 0 deletions public/og-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ export default function App({ Component, pageProps }) {
<meta property="og:url" content="https://crosspost.everything.dev" />
<meta property="og:title" content="crosspost | your content, everywhere" />
<meta property="og:description" content="Open source user interface to crosspost across Twitter (X) and Near Social platforms." />
<meta property="og:image" content="/near-logo.svg" />
<meta property="og:image" content="/og-image.svg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

{/* Twitter */}
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://crosspost.everything.dev" />
<meta property="twitter:title" content="crosspost | your content, everywhere" />
<meta property="twitter:description" content="Open source user interface to crosspost across Twitter (X) and Near Social platforms." />
<meta property="twitter:image" content="/near-logo.svg" />
<meta property="twitter:image" content="/og-image.svg" />

{/* Favicon */}
<link rel="icon" href="/favicon.ico" />
Expand Down

0 comments on commit a503df7

Please sign in to comment.