fix(frontend): favicon 404 제거 — SVG favicon + app.html link 추가
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<title>hyungi Document Server</title>
|
<title>hyungi Document Server</title>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
4
frontend/static/favicon.svg
Normal file
4
frontend/static/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
|
<rect width="32" height="32" rx="6" fill="#3b82f6"/>
|
||||||
|
<text x="16" y="24" font-size="22" font-family="system-ui,sans-serif" font-weight="700" fill="white" text-anchor="middle">D</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 256 B |
Reference in New Issue
Block a user