Skip to content

Commit

Permalink
Remove metadata base
Browse files Browse the repository at this point in the history
  • Loading branch information
andreifilip123 committed May 25, 2023
1 parent ff37a7f commit 4c41ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upgrade/src/app/diff/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export async function generateMetadata({
});

return {
metadataBase: new URL("http://localhost:3000"),
openGraph: {
images: [{ url: `/api/og?${queryParams}` }],
},
Expand Down

0 comments on commit 4c41ed2

Please sign in to comment.