fix: update favicon to use Wulf logo PNG format
- Added favicon.png copy of Wulf logo - Updated metadata to use PNG favicon with multiple size options - Should fix triangle icon issue in browser tab - Favicon now properly displays Wulf logo
This commit is contained in:
parent
7b3830a388
commit
f49767d1eb
2 changed files with 5 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
|
|
|||
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue