diff options
Diffstat (limited to 'examples/framework-lit/src/pages')
-rw-r--r-- | examples/framework-lit/src/pages/index.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/framework-lit/src/pages/index.astro b/examples/framework-lit/src/pages/index.astro index 7f81d48e3..4c4ac5c10 100644 --- a/examples/framework-lit/src/pages/index.astro +++ b/examples/framework-lit/src/pages/index.astro @@ -7,8 +7,7 @@ import '../components/Counter.js'; <!doctype html> <html lang="en"> <head> - <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" /> <title>Demo</title> </head> |