Serve apple-touch-icons

This commit is contained in:
Claudio Ortolina
2025-06-11 09:19:02 +03:00
parent d14587c120
commit f95843dae1
+3 -1
View File
@@ -17,7 +17,9 @@ defmodule MusicLibraryWeb do
those modules here.
"""
def static_paths, do: ~w(assets fonts images favicon.ico robots.txt)
def static_paths,
do:
~w(assets fonts images favicon.ico robots.txt apple-touch-icon-precomposed.png apple-touch-icon.png)
def router do
quote do