diff --git a/app/layout.tsx b/app/layout.tsx index 51c3134..3295be2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,11 @@ export const metadata: Metadata = { title: "Pulse - PSA Management System", description: "Modern dashboard for Autotask PSA integration with RMM and NMS mapping", icons: { - icon: "/wulff-logo.png", - shortcut: "/wulff-logo.png", + icon: [ + { url: "/favicon.png", sizes: "any" }, + { url: "/wulff-logo.png", sizes: "32x32", type: "image/png" }, + ], + shortcut: "/favicon.png", apple: "/wulff-logo.png", }, }; diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..370bc75 Binary files /dev/null and b/public/favicon.png differ