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

2
dist/index.html vendored
View file

@ -1,3 +1,3 @@
<!DOCTYPE html><html lang="en-us"> <head><title>z0x</title><meta charset="utf-8"><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="stylesheet" href="/_astro/index.Bno6tbWy.css">
<!DOCTYPE html><html lang="en-us"> <head><title>z0x</title><meta charset="utf-8"><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="/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"><link rel="stylesheet" href="/_astro/index.Bno6tbWy.css">
<style>[data-astro-image]{width:100%;height:auto;object-fit:var(--fit);object-position:var(--pos);aspect-ratio:var(--w) / var(--h)}[data-astro-image=responsive]{max-width:calc(var(--w) * 1px);max-height:calc(var(--h) * 1px)}[data-astro-image=fixed]{width:calc(var(--w) * 1px);height:calc(var(--h) * 1px)}
</style></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"> <div class="flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]"> <img src="/_astro/logo.KpeGIJpW_Z1Q82A5.svg" alt="logo" loading="eager" width="128" height="128" decoding="async" class="w-2/3 opacity-0"> <h1 class="text-4xl opacity-0 font-semibold">z0x</h1> </div> </div> <script type="module" src="/_astro/index.astro_astro_type_script_index_0_lang.CDlQ0f5C.js"></script> <script type="module" src="/_astro/index.astro_astro_type_script_index_1_lang.Br3U46Ri.js"></script> </body> </html>

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

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">