Final fixes for build

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-07-05 16:59:25 +02:00
parent 3f9a4c38d6
commit 49f38c8924
4 changed files with 6 additions and 5 deletions

View File

@@ -101,6 +101,6 @@ defmodule MobilizonWeb.PageView do
end
defp index_file_path() do
Path.join(Application.app_dir(:mobilizon, "priv/static/js"), "index.html")
Path.join(Application.app_dir(:mobilizon, "priv/static"), "index.html")
end
end