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:
parent
4cc3da05f7
commit
72dd944f04
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"additionalStylesheets": ["/front/custom.css"],
|
"additionalStylesheets": ["/custom.css"],
|
||||||
"defaultServerUrl": null
|
"defaultServerUrl": null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue