Drop the eex template and directly use the webpack index.html
Partly reverts ff7fd460
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -8,7 +8,7 @@ config :mobilizon, MobilizonWeb.Endpoint,
|
||||
],
|
||||
secret_key_base:
|
||||
System.get_env("MOBILIZON_SECRET") || "ThisShouldBeAVeryStrongStringPleaseReplaceMe",
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
cache_static_manifest: "priv/static/js/manifest.json"
|
||||
|
||||
# Configure your database
|
||||
config :mobilizon, Mobilizon.Repo,
|
||||
|
||||
Reference in New Issue
Block a user