Archived
added a dynamic favicon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@@ -40,6 +40,20 @@ export const metadata: Metadata = {
|
|||||||
locale: 'en_US',
|
locale: 'en_US',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
},
|
},
|
||||||
|
icons: {
|
||||||
|
icon: [
|
||||||
|
{
|
||||||
|
media: '(prefers-color-scheme: light)',
|
||||||
|
url: '/images/resources/logo_L.png',
|
||||||
|
href: '/images/resources/logo_L.png',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
media: '(prefers-color-scheme: dark)',
|
||||||
|
url: '/images/resources/logo_dark.png',
|
||||||
|
href: '/images/resources/logo_dark.png',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user