Skip to content

Commit d433cdf

Browse files
committed
Try to get css working in prod
1 parent d528780 commit d433cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/components_guide_web/endpoint.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule ComponentsGuideWeb.Endpoint do
2929
at: "/",
3030
from: :components_guide,
3131
gzip: false,
32-
only: ~w(css fonts images js favicon.ico robots.txt)
32+
only: ~w(assets css fonts images js favicon.ico robots.txt)
3333
)
3434

3535
# Code reloading can be explicitly enabled under the

0 commit comments

Comments
 (0)