Fix pictures not being served by Plug.Static

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-30 15:15:07 +01:00 committed by prichier
parent af6ed8a3c2
commit a269d77044
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ defmodule Mobilizon.Web.Endpoint do
at: "/",
from: {:mobilizon, "priv/static"},
gzip: false,
only:
~w(index.html manifest.json service-worker.js css fonts images js favicon.ico robots.txt),
only: ~w(index.html manifest.json service-worker.js css fonts img js favicon.ico robots.txt),
only_matching: ["precache-manifest"]
)