diff --git a/config/config.exs b/config/config.exs index 7789e28..c4762f6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -17,6 +17,6 @@ if Mix.env() == :dev do config :surface_catalogue, Surface.Catalogue.Server.Endpoint, code_reloader: true, debug_errors: true - - config :surface, :compiler, generate_assets: false end + +config :surface, :compiler, generate_assets: false