We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6094355 commit 1777a82Copy full SHA for 1777a82
apps/gitgud_web/lib/gitgud_web/endpoint.ex
@@ -16,7 +16,8 @@ defmodule GitGud.Web.Endpoint do
16
17
plug Plug.Static,
18
at: "/", from: :gitgud_web, gzip: false,
19
- only: ~w(assets css fonts images js favicon.ico apple-touch-icon.png icon-192.png icon-512.png manifest.webmanifest robots.txt)
+ only: ~w(assets css fonts images js),
20
+ only_matching: ~w(favicon apple-touch-icon icon-192 icon-512 manifest robots)
21
22
if code_reloading? do
23
socket "/phoenix/live_reload/socket", Phoenix.LiveReloader.Socket
0 commit comments