feat: add favicon support by including favicon.ico in metadata
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
@@ -18,6 +18,9 @@ const geistMono = Geist_Mono({
|
|||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "eProjektant Wastpol",
|
title: "eProjektant Wastpol",
|
||||||
description: "Panel Wastpol",
|
description: "Panel Wastpol",
|
||||||
|
icons: {
|
||||||
|
icon: '/favicon.ico',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({ children }) {
|
export default function RootLayout({ children }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user