Skip to content

Commit 8f627b3

Browse files
committed
fix: metadata.metadataBase is not set
1 parent 42397cd commit 8f627b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515
},
1616
description: SITE_CONFIG.description,
1717
robots: { index: true, follow: true },
18-
// !STARTERCONF this is the default favicon, you can generate your own from https://realfavicongenerator.net/
19-
// ! copy to /favicon folder
18+
metadataBase: new URL(SITE_CONFIG.url),
2019
icons: {
2120
icon: '/favicon/favicon.ico',
2221
shortcut: '/favicon/favicon-16x16.png',

0 commit comments

Comments
 (0)