From 708c77bff107848e363a9e8d1b319ef9a4f1c85a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 20 Feb 2018 13:12:19 -0500 Subject: [PATCH] Update manifest config --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index e986eb3..a726c79 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -3,7 +3,7 @@ use Mix.Config config :chess, ChessWeb.Endpoint, http: [port: {:system, "PORT"}], url: [host: "localhost", port: {:system, "PORT"}], - cache_static_manifest: "priv/static/manifest.json", + cache_static_manifest: "priv/static/cache_manifest.json", server: true, root: "./assets", version: Application.spec(:myapp, :vsn),