constants: remove favicon.png from static_only_files
This commit is contained in:
parent
0879dd3950
commit
96f252023e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ defmodule Pleroma.Constants do
|
|||
|
||||
const(static_only_files,
|
||||
do:
|
||||
~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css)
|
||||
~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js schemas doc embed.js embed.css)
|
||||
)
|
||||
|
||||
const(status_updatable_fields,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue