forked from potsda.mn/mobilizon
parent
d861689970
commit
e1469a5eec
|
@ -48,7 +48,8 @@ defmodule Mobilizon.Web.Endpoint do
|
||||||
at: "/",
|
at: "/",
|
||||||
from: {:mobilizon, "priv/static"},
|
from: {:mobilizon, "priv/static"},
|
||||||
gzip: false,
|
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"]
|
only_matching: ["precache-manifest"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue