9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
---
|
|
import favIcon from '~/assets/favicons/favicon.ico';
|
|
import favIconSvg from '~/assets/favicons/favicon.svg';
|
|
|
|
---
|
|
|
|
<link rel="shortcut icon" href={favIcon} />
|
|
<link rel="icon" type="image/svg+xml" href={favIconSvg.src} />
|
|
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" /> |