Skip to content

Commit

Permalink
chore: update ogp image
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Dec 22, 2024
1 parent 93661c3 commit b43cd7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export default jsxRenderer(({ children, title, description }) => {
<meta property="og:title" content={_title} />
<meta property="og:description" content={_description} />
<meta property="og:site_name" content="taga3s-dev" />
<meta property="og:image" content="https://taga3s.dev/og-image.png" />
<meta property="og:image" content="https://taga3s.dev/ogp-image.png" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content={_title} />
<meta name="twitter:image" content="https://taga3s.dev/og-image.png" />
<meta name="twitter:image" content="https://taga3s.dev/ogp-image.png" />
<meta name="twitter:description" content={_description} />

<meta name="description" content={_description} />
Expand Down
Binary file added public/ ogp-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/og-image.png
Binary file not shown.

0 comments on commit b43cd7c

Please sign in to comment.