diff options
Diffstat (limited to 'examples/framework-preact/src/pages/index.astro')
-rw-r--r-- | examples/framework-preact/src/pages/index.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-preact/src/pages/index.astro b/examples/framework-preact/src/pages/index.astro index cde3929b9..27ecae54d 100644 --- a/examples/framework-preact/src/pages/index.astro +++ b/examples/framework-preact/src/pages/index.astro @@ -13,6 +13,10 @@ import Counter from '../components/Counter.jsx' name="viewport" 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" /> + <style> :global(:root) { font-family: system-ui; |