fix: favicon and icon on every page

This commit is contained in:
theoleuthardt 2025-02-08 15:44:09 +01:00
parent 8793a3954e
commit 4f119ca750
11 changed files with 9 additions and 12 deletions

View file

@ -4,6 +4,12 @@ import "./globals.css";
export const metadata: Metadata = {
title: "Werkzeugkiste",
description: "Collection of useful digital utilities",
icons: [
{
rel: "icon",
url: "/favicon.ico",
},
],
};
export default function RootLayout({