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">
|
<html lang="zh-Hant">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<link rel="icon" href="%sveltekit.assets%/icon/logo-light.svg" type="image/svg+xml" />
|
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
media="(prefers-color-scheme: light)"
|
media="(prefers-color-scheme: light)"
|
||||||
href="%sveltekit.assets%/icon/logo-light.svg"
|
href="%sveltekit.assets%/icon/logo-light.svg"
|
||||||
type="image/svg+xml"
|
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
media="(prefers-color-scheme: dark)"
|
media="(prefers-color-scheme: dark)"
|
||||||
href="%sveltekit.assets%/icon/logo-dark.svg"
|
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" />
|
<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