From 8b53d40928d2a003ea9e229ee17a02a5237a37d0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 24 Oct 2022 11:57:19 +0200 Subject: [PATCH] Don't inline phoenix manifest Closes #1176 Signed-off-by: Thomas Citharel --- config/config.exs | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 620a96653..b28988f38 100644 --- a/config/config.exs +++ b/config/config.exs @@ -131,8 +131,6 @@ config :vite_phx, # optional vite_manifest: "priv/static/manifest.json", # optional - phx_manifest: "priv/static/cache_manifest.json", - # optional dev_server_address: "http://localhost:5173" # Configures Elixir's Logger