Update favicon to use SVG format
All checks were successful
Build And Push Image / docker (push) Successful in 2m15s
All checks were successful
Build And Push Image / docker (push) Successful in 2m15s
Switch from favicon.ico to favicon.svg for better quality scaling across all device sizes. Added apple icon support for improved iOS compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -16,8 +16,9 @@ export const metadata: Metadata = {
|
||||
title: "Port Amador",
|
||||
description: "Premium marine equipment and services",
|
||||
icons: {
|
||||
icon: '/favicon.ico',
|
||||
shortcut: '/favicon.ico',
|
||||
icon: '/favicon.svg',
|
||||
shortcut: '/favicon.svg',
|
||||
apple: '/favicon.svg',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user