Use "~" as a route namespace symbol on FE

This commit is contained in:
Maxim Filippov 2018-12-10 01:22:50 +03:00
commit 09c13d0929
2 changed files with 4 additions and 4 deletions

View file

@ -119,8 +119,8 @@ config :pleroma, :fe,
logo_mask: true,
logo_margin: "0.1em",
background: "/static/aurora_borealis.jpg",
redirect_root_no_login: "/main/all",
redirect_root_login: "/main/friends",
redirect_root_no_login: "/~/main/all",
redirect_root_login: "/~/main/friends",
show_instance_panel: true,
scope_options_enabled: false,
formatting_options_enabled: false,