diff options
| author | William Hergès <william@herges.fr> | 2025-08-25 00:39:13 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-25 00:39:13 +0200 |
| commit | 18fcdff43d6cbc766084ec442a850b8a14cac4bd (patch) | |
| tree | e60afa253969c1281eb8ddf6f4d9aff5d722e78b | |
| parent | e93b14722e128e22468b56fc5bac3f89e4782012 (diff) | |
fix(seo): disable favicon
| -rw-r--r-- | src/layout/Base.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/Base.astro b/src/layout/Base.astro index 70a1193..24d0f75 100644 --- a/src/layout/Base.astro +++ b/src/layout/Base.astro @@ -6,7 +6,7 @@ const { title = "Arnaud Hergès" } = Astro.props; <html lang="fr"> <head> <meta charset="utf-8" /> - <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> + <!--<link rel="icon" type="image/svg+xml" href="/favicon.svg" />--> <meta name="viewport" content="width=device-width" /> <meta name="generator" content={Astro.generator} /> <title>{title}</title> |
