Skip to content

Commit

Permalink
chore(app): update page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramigna committed Dec 30, 2023
1 parent 7cb4adf commit a82ee39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ const fontSans = Inter({
export const metadata: Metadata = {
metadataBase: new URL(
process.env.VERCEL_ENV === "production"
? "https://example.com/todo-prod-url"
? "https://filmrover.vercel.app"
: "http://localhost:3000",
),
title: "FilmRover",
description: "Wikipedia game, but for movies!",
openGraph: {
title: "FilmRover",
description: "Wikipedia game, but for movies!",
url: "https://exmaple.com/todo-prod-url",
url: "https://filmrover.vercel.app",
siteName: "FilmRover",
},
};
Expand Down

0 comments on commit a82ee39

Please sign in to comment.