Skip to content

Commit

Permalink
attempt to add cache_static_manifest to enable static files #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 30, 2020
1 parent 60e62d4 commit 3a0d73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0d73d

Please sign in to comment.