summaryrefslogtreecommitdiff
path: root/examples/docs/src/layouts/Main.astro
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-16 14:34:08 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-16 14:34:08 -0700
commit5e0e27660972b05ea4cfa466fc0a5cd751149406 (patch)
treea7958628ab3b05df75d987b11a54fc7946f8cf1a /examples/docs/src/layouts/Main.astro
parentb03f1f71b7bfc1b3e76bd349ba88862509c63bc6 (diff)
downloadastro-5e0e27660972b05ea4cfa466fc0a5cd751149406.tar.gz
astro-5e0e27660972b05ea4cfa466fc0a5cd751149406.tar.zst
astro-5e0e27660972b05ea4cfa466fc0a5cd751149406.zip
cleanup example favicons
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r--examples/docs/src/layouts/Main.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro
index 837b53048..a0f1b6e86 100644
--- a/examples/docs/src/layouts/Main.astro
+++ b/examples/docs/src/layouts/Main.astro
@@ -25,8 +25,7 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
<link rel="stylesheet" href="/index.css" />
<script src="/theme.js" />
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
- <link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<style>
body {