diff options
Diffstat (limited to 'examples/framework-preact/src/pages/index.astro')
-rw-r--r-- | examples/framework-preact/src/pages/index.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/framework-preact/src/pages/index.astro b/examples/framework-preact/src/pages/index.astro index 27ecae54d..aea8b83a4 100644 --- a/examples/framework-preact/src/pages/index.astro +++ b/examples/framework-preact/src/pages/index.astro @@ -14,8 +14,7 @@ import Counter from '../components/Counter.jsx' content="width=device-width" /> - <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> :global(:root) { |