Merge branch 'favicon_tag' into 'develop'
Fix endpoint for favicon See merge request pleroma/pleroma!84
This commit is contained in:
commit
62a2287bba
@ -17,7 +17,7 @@ defmodule Pleroma.Web.Endpoint do
|
|||||||
Plug.Static,
|
Plug.Static,
|
||||||
at: "/",
|
at: "/",
|
||||||
from: :pleroma,
|
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 reloading can be explicitly enabled under the
|
||||||
|
Loading…
Reference in New Issue
Block a user