Adding favicon to examples (#1084)

This commit is contained in:
Rafid Muhymin Wafi
2021-08-16 17:28:38 -04:00
committed by GitHub
parent 24a40bee63
commit b03f1f71b7
43 changed files with 158 additions and 9 deletions

View File

@ -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;