Add favicon
This commit is contained in:
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user