feat: add favicon support by including favicon.ico in metadata

This commit is contained in:
2026-01-13 12:05:47 +01:00
parent f3f0dca3e5
commit b1f64d37bb
2 changed files with 3 additions and 0 deletions

View File

@@ -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 }) {