summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-multiple/src')
-rw-r--r--examples/framework-multiple/src/pages/index.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-multiple/src/pages/index.astro b/examples/framework-multiple/src/pages/index.astro
index 1319941cb..12b744ba7 100644
--- a/examples/framework-multiple/src/pages/index.astro
+++ b/examples/framework-multiple/src/pages/index.astro
@@ -15,6 +15,10 @@ import SvelteCounter from '../components/SvelteCounter.svelte';
<head>
<meta charset="utf-8" />
<meta 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;