Using proper favicon.

This commit is contained in:
2026-02-11 11:05:14 +01:00
parent 8ef1e76788
commit 56ec80623d
14 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,9 @@ defmodule BeetRoundServerWeb 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 apple-touch-icon.png favicon-32x32.png favicon-16x16.png manifest.json robots.txt)
def router do
quote do