Fix: favicon setting issues, external custom favicon is not respected on /admin pages

This commit is contained in:
KSSaiTeja 2023-08-17 01:00:18 +05:30
parent f1ad26dd64
commit 667f3e50fe
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@
* is used. If this is a relative path it is interpreted as relative to the
* Etherpad root directory.
*/
"favicon": "${FAVICON:null}",
"favicon": "tests/backend/specs/favicon-test-custom.png",
/*
* Skin name.

View file

@ -101,7 +101,7 @@
* is used. If this is a relative path it is interpreted as relative to the
* Etherpad root directory.
*/
"favicon": null,
"favicon": "tests/backend/specs/favicon-test-custom.png",
/*
* Skin name.