Skip to content

Commit

Permalink
hotfix(DotcomWeb): add icon-svg folder to static_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 4, 2024
1 parent d788ab2 commit 283ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule DotcomWeb do
below.
"""

def static_paths, do: ~w(css js fonts images favicon robots.txt)
def static_paths, do: ~w(css js fonts icon-svg images favicon robots.txt)

def model do
quote do
Expand Down

0 comments on commit 283ad09

Please sign in to comment.