Skip to content

Commit 5910e0e

Browse files
committed
fixed favicon loading
1 parent 40a8884 commit 5910e0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

constants/head-items.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const linkItems = [
44
{
55
rel: "icon",
66
type: "image/png",
7-
href: "assets/favicon2.png",
7+
href: new URL("assets/favicon.png", import.meta.url).href,
88
},
99
{
1010
rel: "preconnect",

0 commit comments

Comments
 (0)