Compare commits
No commits in common. "BLOG-132_fix_favicon_not_show" and "main" have entirely different histories.
BLOG-132_f
...
main
@ -2,21 +2,16 @@
|
||||
<html lang="zh-Hant">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<link rel="icon" href="%sveltekit.assets%/icon/logo-light.svg" type="image/svg+xml" />
|
||||
<link
|
||||
rel="icon"
|
||||
media="(prefers-color-scheme: light)"
|
||||
href="%sveltekit.assets%/icon/logo-light.svg"
|
||||
type="image/svg+xml"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
href="%sveltekit.assets%/icon/logo-dark.svg"
|
||||
type="image/svg+xml"
|
||||
/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user