Skip to content

Commit

Permalink
fixed favicon loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabasbalazs committed Jul 24, 2024
1 parent 40a8884 commit 5910e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion constants/head-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const linkItems = [
{
rel: "icon",
type: "image/png",
href: "assets/favicon2.png",
href: new URL("assets/favicon.png", import.meta.url).href,
},
{
rel: "preconnect",
Expand Down

0 comments on commit 5910e0e

Please sign in to comment.