Using proper favicon.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user