Track favicon assets
So that if they change, the UI can notify the user for a reload
This commit is contained in:
@@ -9,10 +9,27 @@
|
||||
</.live_title>
|
||||
<link rel="preconnect" href="https://rsms.me/" />
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||
<link rel="icon" sizes="32x32" href={~p"/images/favicon.ico"} />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href={~p"/images/favicon-32x32.png"} />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href={~p"/images/favicon-16x16.png"} />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={~p"/images/apple-touch-icon.png"} />
|
||||
<link phx-track-static rel="icon" sizes="32x32" href={~p"/images/favicon.ico"} />
|
||||
<link
|
||||
phx-track-static
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href={~p"/images/favicon-32x32.png"}
|
||||
/>
|
||||
<link
|
||||
phx-track-static
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href={~p"/images/favicon-16x16.png"}
|
||||
/>
|
||||
<link
|
||||
phx-track-static
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href={~p"/images/apple-touch-icon.png"}
|
||||
/>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user