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 cedeae9 commit e6119aeCopy full SHA for e6119ae
apps/web/src/app/layout.tsx
@@ -4,7 +4,10 @@ import { notoSans } from "./fonts";
4
5
export const metadata: Metadata = {
6
title: "Metro Now",
7
- description: "Real-time metro departures in Prague",
+ description: "Prague public transport app",
8
+ openGraph: {
9
+ url: "https://metronow.dev",
10
+ },
11
};
12
13
export default function RootLayout({
@@ -14,7 +17,7 @@ export default function RootLayout({
14
17
}>) {
15
18
return (
16
19
<html lang="en">
- <body className={notoSans.className + ""}>{children}</body>
20
+ <body className={notoSans.className}>{children}</body>
21
</html>
22
);
23
}
apps/web/src/app/opengraph-image.png
241 KB
0 commit comments