summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src/layouts/Layout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/src/layouts/Layout.astro')
-rw-r--r--examples/with-nanostores/src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/src/layouts/Layout.astro b/examples/with-nanostores/src/layouts/Layout.astro
index 5282ddf90..dae8c6e1a 100644
--- a/examples/with-nanostores/src/layouts/Layout.astro
+++ b/examples/with-nanostores/src/layouts/Layout.astro
@@ -15,7 +15,7 @@ const { title } = Astro.props as Props;
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="generator" content={Astro.generator} />
- <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>{title}</title>
</head>
<body>