Skip to content
Snippets Groups Projects
Commit 62a2287b authored by lain's avatar lain
Browse files

Merge branch 'favicon_tag' into 'develop'

Fix endpoint for favicon

See merge request !84
parents fc6f5bca b3d67750
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ defmodule Pleroma.Web.Endpoint do
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment