Merge branch 'master' of 73k.us:adam/shift73k
This commit is contained in:
commit
f270bab7e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue