1
0

fix favicon

This commit is contained in:
2026-03-06 17:48:15 +09:00
parent 1a639ae13c
commit 2c21131da3
17 changed files with 340 additions and 485 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -8,7 +8,7 @@ export function layout(site: SiteConfig, title: string, content: string): string
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>${title} - ${site.name}</title>
<link rel="icon" type="image/png" href="/static/favicon.png">
<link rel="icon" type="image/png" href="/static/icon.png">
<style>${baseStyles}</style>
</head>
<body>