mirror of
https://github.com/withastro/astro.git
synced 2025-08-02 02:25:50 +08:00
Adding favicon to examples (#1084)
This commit is contained in:

committed by
GitHub

parent
24a40bee63
commit
b03f1f71b7
@ -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;
|
||||
|
Reference in New Issue
Block a user