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
commit 72dd944f04

View file

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