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 42397cd commit 8f627b3Copy full SHA for 8f627b3
src/app/layout.tsx
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
15
},
16
description: SITE_CONFIG.description,
17
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
+ metadataBase: new URL(SITE_CONFIG.url),
20
icons: {
21
icon: '/favicon/favicon.ico',
22
shortcut: '/favicon/favicon-16x16.png',
0 commit comments