summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/src')
-rw-r--r--examples/with-nanostores/src/pages/index.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/with-nanostores/src/pages/index.astro b/examples/with-nanostores/src/pages/index.astro
index 51c6bb6a1..9ec93816d 100644
--- a/examples/with-nanostores/src/pages/index.astro
+++ b/examples/with-nanostores/src/pages/index.astro
@@ -14,8 +14,7 @@ import AdminsPreact from '../components/AdminsPreact.jsx';
<meta name="viewport" content="width=device-width">
<title>Astro</title>
- <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" />
<link rel="stylesheet" href="/style/global.css">
<link rel="stylesheet" href="/style/home.css">