We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d528780 commit d433cdfCopy full SHA for d433cdf
lib/components_guide_web/endpoint.ex
@@ -29,7 +29,7 @@ defmodule ComponentsGuideWeb.Endpoint do
29
at: "/",
30
from: :components_guide,
31
gzip: false,
32
- only: ~w(css fonts images js favicon.ico robots.txt)
+ only: ~w(assets css fonts images js favicon.ico robots.txt)
33
)
34
35
# Code reloading can be explicitly enabled under the
0 commit comments