mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1566 from omnivore-app/fix/opengraph-description
Add description to open graph landing page
This commit is contained in:
commit
5f23bb6761
2 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export default function LandingPage(): JSX.Element {
|
|||
title="Omnivore"
|
||||
path="/about"
|
||||
ogImage="/static/images/og-homepage.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
|
||||
<LandingHeader />
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ export default function LandingPage(): JSX.Element {
|
|||
title="Omnivore"
|
||||
path="/"
|
||||
ogImage="/static/images/og-homepage.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
<LoadingView bgColor="#FEFCF5" />
|
||||
</>
|
||||
|
|
@ -67,6 +68,7 @@ export default function LandingPage(): JSX.Element {
|
|||
title="Omnivore"
|
||||
path="/"
|
||||
ogImage="/static/images/og-homepage.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
|
||||
<LandingHeader />
|
||||
|
|
|
|||
Loading…
Reference in a new issue