Skip to content

Commit e6119ae

Browse files
committed
feat(web): open graph
1 parent cedeae9 commit e6119ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/web/src/app/layout.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { notoSans } from "./fonts";
44

55
export const metadata: Metadata = {
66
title: "Metro Now",
7-
description: "Real-time metro departures in Prague",
7+
description: "Prague public transport app",
8+
openGraph: {
9+
url: "https://metronow.dev",
10+
},
811
};
912

1013
export default function RootLayout({
@@ -14,7 +17,7 @@ export default function RootLayout({
1417
}>) {
1518
return (
1619
<html lang="en">
17-
<body className={notoSans.className + ""}>{children}</body>
20+
<body className={notoSans.className}>{children}</body>
1821
</html>
1922
);
2023
}

apps/web/src/app/opengraph-image.png

241 KB
Loading

0 commit comments

Comments
 (0)