fix: favicon

This commit is contained in:
afiqzudinhadi 2025-06-07 02:07:51 +08:00
parent 6a9b970e1b
commit a91b923c88

View file

@ -35,7 +35,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:image/x-icon;base64,AA" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<Meta />
<Links />
</head>