summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-26 14:17:54 +0000
committerlain <lain@soykaf.club>2020-05-26 14:17:54 +0000
commit5083558ecd78a47647dbbde29b115792e0d43177 (patch)
treea9e78728039a9c668f15067b23dcdcd4ae18b73c
parentb233c8e55cba773e8ee9a4affbcce3a3c05d1e2d (diff)
parent337ca33e5e4a84885eee3abd2de529663c27f1f1 (diff)
Merge branch 'restore-new-image' into 'develop'
Config: Restore old new background image See merge request pleroma/pleroma!2588
-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,