8 lines
284 B
Plaintext
8 lines
284 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={favIcon} />
|
|
<link rel="mask-icon" href={String(favIconSvg)} color="#8D46E7" /> |