fix: Make sure custom css gets loaded, fixes #2055

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2338>
This commit is contained in:
Georg Krause 2023-01-25 13:19:21 +01:00 committed by Marge
parent 4cc3da05f7
commit 72dd944f04
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"additionalStylesheets": ["/front/custom.css"],
"additionalStylesheets": ["/custom.css"],
"defaultServerUrl": null
}