summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue/src/pages/index.astro')
-rw-r--r--examples/framework-vue/src/pages/index.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-vue/src/pages/index.astro b/examples/framework-vue/src/pages/index.astro
index 5d7005f52..6b854d94d 100644
--- a/examples/framework-vue/src/pages/index.astro
+++ b/examples/framework-vue/src/pages/index.astro
@@ -13,6 +13,10 @@ import Counter from '../components/Counter.vue'
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;