Skip to content

Commit

Permalink
Update layout.js
Browse files Browse the repository at this point in the history
Signed-off-by: George <165565743+georg-stone@users.noreply.github.com>
  • Loading branch information
georg-stone authored Oct 24, 2024
1 parent 23f41ba commit 15d7092
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/web/src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ export default function RootLayout({ children }) {
name="og:description"
content="A minimalistic, fast RSS-reader."
/>
{!pathname.startsWith("/read/") && (
<>
<meta property="og:image" content="/assets/poster.png" />
<title>Feedbomb</title>
<meta name="og:title" content="Feedbomb" />
</>
)}
</head>
<body>
<ThemeProvider
Expand Down

0 comments on commit 15d7092

Please sign in to comment.