Skip to content

Commit

Permalink
replace png with jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Jan 10, 2025
1 parent 952d6f8 commit 6c639a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default function App({ Component }: PageProps) {
<link rel="stylesheet" href="/styles.css" />
<meta name="apple-mobile-web-app-title" content="Лёшапомоги" />
<meta name="theme-color" content="#0891b2" />
<meta name="og:image" content="https://leshapomogi.ru/og.png" />
<meta name="og:image" content="https://leshapomogi.ru/og.jpg" />
<meta name="og:url" content="https://leshapomogi.ru/" />
<meta name="twitter:image" content="https://leshapomogi.ru/og.png" />
<meta name="twitter:image" content="https://leshapomogi.ru/og.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tapnisu" />
</Head>
Expand Down
Binary file added static/og.jpg
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 static/og.png
Binary file not shown.

0 comments on commit 6c639a4

Please sign in to comment.