From 3a0d73daf6239ef622068e7dbf7a905bc540d9c0 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 30 Apr 2020 23:24:59 +0100 Subject: [PATCH] attempt to add cache_static_manifest to enable static files #1 --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index ed09a5d..8714cf6 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -15,7 +15,7 @@ config :app, AppWeb.Endpoint, transport_options: [socket_opts: [:inet6]] ], url: [scheme: "https", host: "auth-plug-example.herokuapp.com", port: 443], - # cache_static_manifest: "priv/static/cache_manifest.json" + cache_static_manifest: "priv/static/cache_manifest.json" secret_key_base: System.get_env("SECRET_KEY_BASE"), force_ssl: [rewrite_on: [:x_forwarded_proto]] # ssl: true