mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: favicon and icon on every page
This commit is contained in:
parent
8793a3954e
commit
4f119ca750
11 changed files with 9 additions and 12 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue