Skip to content

Commit

Permalink
Point to favicon.ico on root path
Browse files Browse the repository at this point in the history
  • Loading branch information
gcpreston committed Jun 11, 2024
1 parent 2d3d93b commit 4e2d8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lax_web/components/layouts/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<.live_title suffix=" · Lax">
<%= assigns[:page_title] || "Welcome" %>
</.live_title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
</script>
Expand Down

0 comments on commit 4e2d8c6

Please sign in to comment.