Commit b6cd81d27abee27bef773d5e21772030b0caed99

Thomas de Grivel 2022-03-01T07:35:56

gzip assets

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/kmxgit_web/endpoint.ex b/lib/kmxgit_web/endpoint.ex
index d8de8b5..7121086 100644
--- a/lib/kmxgit_web/endpoint.ex
+++ b/lib/kmxgit_web/endpoint.ex
@@ -19,7 +19,7 @@ defmodule KmxgitWeb.Endpoint do
   plug Plug.Static,
     at: "/",
     from: :kmxgit,
-    gzip: false,
+    gzip: true,
     only: ~w(_assets _fonts _images robots.txt)
 
   # Code reloading can be explicitly enabled under the