fix(index): favicon location

This commit is contained in:
z0x 2025-01-05 00:54:58 -05:00
parent c9e6d2cd00
commit 71414bf329
6 changed files with 7 additions and 7 deletions

View file

@ -8,9 +8,9 @@ import "/src/css/app.css";
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" />
<link rel="apple-touch-icon" href="/src/img/site-touch-icon.webp" />
<link rel="apple-touch-icon" sizes="72x72" href="/src/img/apple-touch-icon-72x72.webp" />
<link rel="icon" type="image/svg+xml" href="/src/img/site-favicon.svg" />
<link rel="apple-touch-icon" href="/img/site-touch-icon.webp" />
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-72x72.webp" />
<link rel="icon" type="image/svg+xml" href="/img/site-favicon.svg" />
</head>
<body class="bg-linear-to-b/oklch from-neutral-700 to-black text-white overflow-hidden">
<div class="flex items-center justify-center min-h-screen">

View file

@ -11,9 +11,9 @@ import "/src/css/app.css";
<meta name="description" content="z0x" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" />
<link rel="apple-touch-icon" href="/src/img/site-touch-icon.webp" />
<link rel="apple-touch-icon" sizes="72x72" href="/src/img/apple-touch-icon-72x72.webp" />
<link rel="icon" type="image/svg+xml" href="/src/img/site-favicon.svg" />
<link rel="apple-touch-icon" href="/img/site-touch-icon.webp" />
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-72x72.webp" />
<link rel="icon" type="image/svg+xml" href="/img/site-favicon.svg" />
</head>
<body class="bg-linear-to-b/oklch from-neutral-700 to-black text-white overflow-hidden">
<div class="flex items-center justify-center min-h-screen">