diff options
Diffstat (limited to 'examples/with-nanostores/src')
-rw-r--r-- | examples/with-nanostores/src/pages/index.astro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/with-nanostores/src/pages/index.astro b/examples/with-nanostores/src/pages/index.astro index b4d99028c..51c6bb6a1 100644 --- a/examples/with-nanostores/src/pages/index.astro +++ b/examples/with-nanostores/src/pages/index.astro @@ -14,7 +14,8 @@ 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="icon" type="image/svg+xml" href="/favicon.svg" /> + <link rel="alternate icon" type="image/x-icon" href="/favicon.ico" /> <link rel="stylesheet" href="/style/global.css"> <link rel="stylesheet" href="/style/home.css"> |