mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 01:12:30 +00:00
parent
d861689970
commit
e1469a5eec
1 changed files with 2 additions and 1 deletions
|
@ -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