Skip to content

Commit 446df3c

Browse files
Add favicon
1 parent 997d4a9 commit 446df3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/favicon.png

62.6 KB
Loading

src/app/layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ import { TRPCReactProvider } from "~/trpc/react";
88
export const metadata: Metadata = {
99
title: "PVE Scripts local",
1010
description: "",
11-
icons: [{ rel: "icon", url: "/favicon.ico" }],
11+
icons: [
12+
{ rel: "icon", url: "/favicon.png", type: "image/png" },
13+
{ rel: "icon", url: "/favicon.ico", sizes: "any" },
14+
{ rel: "apple-touch-icon", url: "/favicon.png" },
15+
],
1216
};
1317

1418
const geist = Geist({

0 commit comments

Comments
 (0)