fix(favicon): update favicon handling to use a default SVG icon

This commit is contained in:
2026-08-25 11:44:24 -03:00
parent b1d4c4d13d
commit 4a952af784
3 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<title>ShopitFront</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E">
</head>
<body>
<app-root></app-root>