don't gzip static files, and always commit them
This commit is contained in:
parent
64e310b598
commit
10f284da6f
68 changed files with 406 additions and 74 deletions
lib/shift73k_web
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue