summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-08-17 15:19:04 -0500
committerGravatar GitHub <noreply@github.com> 2022-08-17 15:19:04 -0500
commit41b81d0d7eab192a0999f9f4601ce27840834875 (patch)
tree685374b7841e97b523975e55b3a1e8959ec3a26f /examples/framework-multiple/src
parent1beb3f9747cada94db175a22e98fef0917f83e66 (diff)
downloadastro-41b81d0d7eab192a0999f9f4601ce27840834875.tar.gz
astro-41b81d0d7eab192a0999f9f4601ce27840834875.tar.zst
astro-41b81d0d7eab192a0999f9f4601ce27840834875.zip
Switch examples favicon to use svg (#4331)
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Diffstat (limited to 'examples/framework-multiple/src')
-rw-r--r--examples/framework-multiple/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/src/pages/index.astro b/examples/framework-multiple/src/pages/index.astro
index 87f85d2dd..94630aa1e 100644
--- a/examples/framework-multiple/src/pages/index.astro
+++ b/examples/framework-multiple/src/pages/index.astro
@@ -20,7 +20,7 @@ import SvelteCounter from '../components/SvelteCounter.svelte';
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
- <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<main>