summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-26 16:00:56 +0200
committerlain <lain@soykaf.club>2020-05-26 16:00:56 +0200
commit337ca33e5e4a84885eee3abd2de529663c27f1f1 (patch)
treec8052bff4ac04c573061549bb4a2664003aeb786
parent644195e31e500e96f60ab83ffb5f082a94c1123a (diff)
Config: Restore old new background image
Became lost in a settings restructure
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 7385fb6c3..d15998715 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -274,7 +274,7 @@ config :pleroma, :markup,
config :pleroma, :frontend_configurations,
pleroma_fe: %{
alwaysShowSubjectInput: true,
- background: "/static/aurora_borealis.jpg",
+ background: "/images/city.jpg",
collapseMessageWithSubject: false,
disableChat: false,
greentext: false,