forked from AkkomaGang/akkoma
Merge branch 'favicon_tag' into 'develop'
Fix endpoint for favicon See merge request pleroma/pleroma!84
This commit is contained in:
commit
62a2287bba
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue