fix(frontend): favicon 404 제거 — SVG favicon + app.html link 추가

This commit is contained in:
Hyungi Ahn
2026-04-10 08:41:22 +09:00
parent 563f54d7d5
commit 0eecf1afca
2 changed files with 5 additions and 0 deletions

View File

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

View 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