Add favicon

This commit is contained in:
Michel Roegl-Brunner
2025-10-03 14:32:01 +02:00
parent 997d4a9723
commit 446df3c9ef
2 changed files with 5 additions and 1 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -8,7 +8,11 @@ import { TRPCReactProvider } from "~/trpc/react";
export const metadata: Metadata = {
title: "PVE Scripts local",
description: "",
icons: [{ rel: "icon", url: "/favicon.ico" }],
icons: [
{ rel: "icon", url: "/favicon.png", type: "image/png" },
{ rel: "icon", url: "/favicon.ico", sizes: "any" },
{ rel: "apple-touch-icon", url: "/favicon.png" },
],
};
const geist = Geist({