BLOG-132 feat: add favicon and update icon links in app.html
All checks were successful
Frontend CI / build (push) Successful in 1m24s
All checks were successful
Frontend CI / build (push) Successful in 1m24s
This commit is contained in:
parent
7c32d347b4
commit
6bd9d57e09
@ -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
BIN
frontend/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user