fix: image path regression
- probably lost during rebase
This commit is contained in:
@@ -17,7 +17,7 @@ defmodule ComponentsElixirWeb do
|
||||
those modules here.
|
||||
"""
|
||||
|
||||
def static_paths, do: ~w(assets fonts images user_generated apriltags favicon.ico robots.txt)
|
||||
def static_paths, do: ~w(assets fonts images apriltags favicon.ico robots.txt)
|
||||
|
||||
def router do
|
||||
quote do
|
||||
|
||||
Reference in New Issue
Block a user