From 34d9bb2645b5f7f4afd8d85094577e2ec35e95e3 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 2 Sep 2025 20:26:58 -0400 Subject: [PATCH] Added additional static paths. --- lib/sukaato_web.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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