Skip to content

Commit 375906d

Browse files
committed
Remove png favicon now that all major browsers support svg
1 parent 34e2d96 commit 375906d

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

public/favicon.png

-1.89 KB
Binary file not shown.

src/components/CommonHead.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const title = propTitle ? `${propTitle} - sebdanielsson.dev` : "sebdanielsson.de
1919
navigation: auto; /* enabled! */
2020
}
2121
</style>
22-
<link rel="icon" type="image/x-icon" href="/favicon.png" />
2322
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2423
<link
2524
rel="alternate"

0 commit comments

Comments
 (0)