We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c7240 commit 18202faCopy full SHA for 18202fa
landing/components/Layout.jsx
@@ -40,7 +40,7 @@ const Layout = ({
40
<meta property="og:description" content="read your Internet article flow in one place with complete peace of mind and freedom" />
41
<meta property="og:type" content="website" />
42
<meta property="og:url" content="https://about.readflow.app" />
43
- <meta property="og:image" content="https://about.readflow.app/images/readflow.png" />
+ <meta property="og:image" content="https://about.readflow.app/img/readflow.png" />
44
<link rel="icon" type="image/png" href="/favicon.png"></link>
45
</Head>
46
{ authenticated ? <AutheticatedPage>{children}</AutheticatedPage> : <Page>{children}</Page>}
0 commit comments