diff --git a/lib/sukaato_web.ex b/lib/sukaato_web.ex index 5440a87..cbe94b5 100644 --- a/lib/sukaato_web.ex +++ b/lib/sukaato_web.ex @@ -17,7 +17,7 @@ defmodule SukaatoWeb do those modules here. """ - def static_paths, do: ~w(assets fonts images favicon.ico robots.txt) + def static_paths, do: ~w(assets js css sass files fonts images videos audio favicon.ico robots.txt) def router do quote do