diff --git a/lib/asciinema/endpoint.ex b/lib/asciinema/endpoint.ex index 3ee631a..6c857f9 100644 --- a/lib/asciinema/endpoint.ex +++ b/lib/asciinema/endpoint.ex @@ -8,7 +8,7 @@ defmodule Asciinema.Endpoint do # You should set gzip to true if you are running phoenix.digest # when deploying your static files in production. plug Plug.Static, - at: "/", from: :asciinema, gzip: false, + at: "/", from: :asciinema, gzip: true, only: ~w(css fonts images js favicon.ico robots.txt) # Code reloading can be explicitly enabled under the