diff options
Diffstat (limited to 'examples/framework-react/src')
-rw-r--r-- | examples/framework-react/src/pages/index.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro index 666cf6819..b14489440 100644 --- a/examples/framework-react/src/pages/index.astro +++ b/examples/framework-react/src/pages/index.astro @@ -16,8 +16,7 @@ const someProps = { 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) { |