Compare commits

..

1 Commits

Author SHA1 Message Date
6bd9d57e09 BLOG-132 feat: add favicon and update icon links in app.html
All checks were successful
Frontend CI / build (push) Successful in 1m24s
2025-08-15 17:57:51 +08:00
2 changed files with 5 additions and 0 deletions

View File

@ -2,16 +2,21 @@
<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" />

BIN
frontend/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB