diff options
author | lain <lain@soykaf.club> | 2020-05-26 16:00:56 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-26 16:00:56 +0200 |
commit | 337ca33e5e4a84885eee3abd2de529663c27f1f1 (patch) | |
tree | c8052bff4ac04c573061549bb4a2664003aeb786 /config/config.exs | |
parent | 644195e31e500e96f60ab83ffb5f082a94c1123a (diff) | |
download | pleroma-337ca33e5e4a84885eee3abd2de529663c27f1f1.tar.gz |
Config: Restore old new background image
Became lost in a settings restructure
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
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, |