feat: add favicon support
- Added icon metadata to layout.tsx for proper favicon handling - Copied favicon.ico to public folder for accessibility
This commit is contained in:
parent
efff465a86
commit
49adba17f1
2 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ const inter = Inter({ subsets: ["latin"] });
|
|||
export const metadata: Metadata = {
|
||||
title: "Pulse - PSA Management System",
|
||||
description: "Modern dashboard for Autotask PSA integration with RMM and NMS mapping",
|
||||
icons: {
|
||||
icon: "/favicon.ico",
|
||||
shortcut: "/favicon.ico",
|
||||
apple: "/favicon.ico",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
|||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
Add table
Add a link
Reference in a new issue