Fix conflict

This commit is contained in:
KANEKO Yoshitaka 2018-04-01 16:58:35 +09:00
commit b3d67750f0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ defmodule Pleroma.Web.Endpoint do
Plug.Static,
at: "/",
from: :pleroma,
only: ~w(index.html static finmoji emoji packs sounds images instance sw.js)
only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png)
)
# Code reloading can be explicitly enabled under the