Merge pull request #1631 from omnivore-app/feat/new-opengraph

New opengraph image url
This commit is contained in:
Jackson Harper
2023-01-09 12:07:57 +08:00
committed by GitHub
4 changed files with 8 additions and 6 deletions

View File

@ -44,7 +44,7 @@ export default function LandingPage(): JSX.Element {
<PageMetaData
title="Omnivore"
path="/about"
ogImage="/static/images/og-homepage.png"
ogImage="/static/images/og-homepage-02.png"
description="Omnivore is the free, open source, read-it-later app for serious readers."
/>

View File

@ -54,7 +54,7 @@ export default function LandingPage(): JSX.Element {
<PageMetaData
title="Omnivore"
path="/"
ogImage="/static/images/og-homepage.png"
ogImage="/static/images/og-homepage-02.png"
description="Omnivore is the free, open source, read-it-later app for serious readers."
/>
<LoadingView bgColor="#FEFCF5" />
@ -67,7 +67,7 @@ export default function LandingPage(): JSX.Element {
<PageMetaData
title="Omnivore"
path="/"
ogImage="/static/images/og-homepage.png"
ogImage="/static/images/og-homepage-02.png"
description="Omnivore is the free, open source, read-it-later app for serious readers."
/>

View File

@ -32,13 +32,15 @@ export default function Login(): JSX.Element {
return (
<>
<Head>
</Head>
<Script
src="https://accounts.google.com/gsi/client"
strategy="afterInteractive"
/>
<PageMetaData title="Welcome to Omnivore" path="/login" ogImage='/static/images/og-homepage.png' />
<PageMetaData
title="Welcome to Omnivore"
path="/login"
ogImage="/static/images/og-homepage-02.png"
/>
<LoginLayout {...loginFormProps} />
<div data-testid="login-page-tag" />
</>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB