Merge pull request #1631 from omnivore-app/feat/new-opengraph
New opengraph image url
This commit is contained in:
@ -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."
|
||||
/>
|
||||
|
||||
|
||||
@ -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."
|
||||
/>
|
||||
|
||||
|
||||
@ -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 |
Reference in New Issue
Block a user