Skip to content

Commit ee0b0bd

Browse files
authored
favicon.icoを追加 (#219)
1 parent 971b24f commit ee0b0bd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

public/favicon.ico

171 KB
Binary file not shown.

src/layouts/meta.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const url = Astro.url.href;
1111

1212
<meta charset="utf-8" />
1313
<title>{title ? title + " | ut.code();" : "ut.code();"}</title>
14+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
1415
<link rel="icon" href="/favicon-64x.png" />
1516
<link rel="sitemap" href="/sitemap-index.xml" />
1617
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)