From aa19fdef00839ed28247ece2b875ec635d8079c8 Mon Sep 17 00:00:00 2001 From: KANEKO Yoshitaka Date: Sun, 25 Mar 2018 19:58:12 +0900 Subject: [PATCH] Fix favicon and add to index.html --- lib/pleroma/web/endpoint.ex | 2 +- priv/static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 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. diff --git a/priv/static/index.html b/priv/static/index.html index fb0621cda..d1852ccd7 100644 --- a/priv/static/index.html +++ b/priv/static/index.html @@ -1 +1 @@ -Pleroma
\ No newline at end of file +Pleroma