reintroduce webmanifest for PWA compatability
This commit is contained in:
committed by
Thomas Citharel
parent
45a1a3a2dd
commit
2e08aa2573
@@ -19,7 +19,7 @@ defmodule Mobilizon.Web do
|
||||
|
||||
def static_paths,
|
||||
do:
|
||||
~w(index.html manifest.json service-worker.js css fonts img js favicon.ico robots.txt assets)
|
||||
~w(index.html manifest.json manifest.webmanifest service-worker.js css fonts img js favicon.ico robots.txt assets)
|
||||
|
||||
def controller do
|
||||
quote do
|
||||
|
||||
Reference in New Issue
Block a user