diff options
Diffstat (limited to 'examples/framework-lit/src')
-rw-r--r-- | examples/framework-lit/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/src/pages/index.astro b/examples/framework-lit/src/pages/index.astro index 5aafa0534..4f0dbc309 100644 --- a/examples/framework-lit/src/pages/index.astro +++ b/examples/framework-lit/src/pages/index.astro @@ -12,7 +12,7 @@ import { MyCounter } from '../components/my-counter.js'; <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> - <link rel="icon" type="image/x-icon" href="/favicon.ico" /> + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <title>Demo</title> </head> <body> |