Skip to content

Commit

Permalink
added metadataBase
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jun 16, 2023
1 parent 99ef223 commit 7992e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ export const metadata: Metadata = {
title,
description,
card: "summary_large_image",
creator: "@steventey",
},
metadataBase: new URL("https://novel.sh"),
themeColor: "#ffffff",
};

export default function RootLayout({
Expand Down

0 comments on commit 7992e94

Please sign in to comment.