Compare commits

..

No commits in common. "BLOG-132_fix_favicon_not_show" and "main" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

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