Fix favicon and add to index.html

This commit is contained in:
KANEKO Yoshitaka 2018-03-25 19:58:12 +09:00
commit aa19fdef00
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ defmodule Pleroma.Web.Endpoint do
at: "/media", from: "uploads", gzip: false
plug 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
# :code_reloader configuration of your endpoint.