Merge branch 'master' of 73k.us:adam/shift73k

This commit is contained in:
Adam Piontek 2021-03-27 08:11:17 -04:00
commit f270bab7e4

View file

@ -44,7 +44,7 @@ defmodule Shift73kWeb.Endpoint do
plug(Plug.Static, plug(Plug.Static,
at: "/", at: "/",
from: :shift73k, from: :shift73k,
gzip: false, gzip: true,
only: ~w(css fonts images js) ++ static_files only: ~w(css fonts images js) ++ static_files
) )