diff options
author | KANEKO Yoshitaka <info@mevo.xyz> | 2018-03-25 19:58:12 +0900 |
---|---|---|
committer | KANEKO Yoshitaka <info@mevo.xyz> | 2018-03-25 19:58:12 +0900 |
commit | aa19fdef00839ed28247ece2b875ec635d8079c8 (patch) | |
tree | 583930bb28e777552d0e17c5d5dbb7c28ac4d65e /lib | |
parent | 47a5cc0dd9a1afeb81a884ee91cab48f97de82f8 (diff) | |
download | pleroma-aa19fdef00839ed28247ece2b875ec635d8079c8.tar.gz |
Fix favicon and add to index.html
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/endpoint.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex index 93b37dc74..1703d5623 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -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. |