Skip to content

Commit

Permalink
corrected static paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 3, 2024
1 parent 4e67166 commit 4241db8
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(assets fonts images favicon robots.txt)
def static_paths, do: ~w(css js fonts images favicon robots.txt)

def model do
quote do
Expand Down

0 comments on commit 4241db8

Please sign in to comment.