From 4241db8d5bc84eaee4542b4ee5ba36318419d116 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Thu, 3 Oct 2024 12:49:57 -0400 Subject: [PATCH] corrected static paths --- lib/dotcom_web.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotcom_web.ex b/lib/dotcom_web.ex index 0285ccd15e..c3d392e4cd 100644 --- a/lib/dotcom_web.ex +++ b/lib/dotcom_web.ex @@ -16,7 +16,7 @@ defmodule DotcomWeb do below. """ - def static_paths, do: ~w(assets fonts images favicon robots.txt) + def static_paths, do: ~w(css js fonts images favicon robots.txt) def model do quote do