don't gzip static files, and always commit them

This commit is contained in:
Adam Piontek 2022-08-14 15:09:30 -04:00
parent 64e310b598
commit 10f284da6f
68 changed files with 406 additions and 74 deletions
lib/shift73k_web

View file

@ -25,7 +25,7 @@ defmodule Shift73kWeb.Endpoint do
plug Plug.Static,
at: "/",
from: :shift73k,
gzip: (Mix.env() not in [:dev, :test]),
gzip: false,
only: ~w(assets
android-chrome-192x192.png
android-chrome-512x512.png