This commit is contained in:
Gavin McDonald
2025-05-14 10:49:04 -04:00
parent 3a789d8a7c
commit 3bd08c60df
9 changed files with 33 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ defmodule LabelmakerWeb do
those modules here.
"""
def static_paths, do: ~w(assets fonts images labels favicon.ico robots.txt)
def static_paths,
do:
~w(assets fonts images labels favicon.ico favicon.svg favicon-96x96.png apple-touch-icon.png web-app-manifest-192x192.png web-app-manifest-512x512.png site.webmanifest robots.txt)
def router do
quote do