forked from potsda.mn/mobilizon
parent
d861689970
commit
e1469a5eec
|
@ -48,7 +48,8 @@ defmodule Mobilizon.Web.Endpoint do
|
|||
at: "/",
|
||||
from: {:mobilizon, "priv/static"},
|
||||
gzip: false,
|
||||
only: ~w(index.html manifest.json service-worker.js css fonts img js favicon.ico robots.txt),
|
||||
only:
|
||||
~w(index.html manifest.json service-worker.js css fonts img js favicon.ico robots.txt assets),
|
||||
only_matching: ["precache-manifest"]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue