Skip to content

Commit

Permalink
Update static files
Browse files Browse the repository at this point in the history
  • Loading branch information
phonnz committed Aug 17, 2024
1 parent 347a157 commit 95d7e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack/lib/fullstack_web/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule FullstackWeb.Endpoint do
at: "/",
from: :fullstack,
gzip: false,
only: FullstackWeb.static_paths()
only: ~w(assets fonts images favicon.ico robots.txt)

# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.
Expand Down

0 comments on commit 95d7e5f

Please sign in to comment.