Add description to open graph landing page

This commit is contained in:
Jackson Harper 2022-12-21 14:41:41 +08:00
parent 0cf9ba3e92
commit 678486db63
2 changed files with 3 additions and 0 deletions

View file

@ -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 />

View file

@ -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 />