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