diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-29 13:27:59 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-29 13:27:59 +0000 |
| commit | 1555a5fef38dced753c418d736468712ea818975 (patch) | |
| tree | a7d1fdaa278c34f966dd7b62ba2a9ef125465d0f /static/config.json | |
| parent | a86b80b0544ca93a1b59ff521fd9b1e8bbc3f8c9 (diff) | |
| parent | f35dbaf064cfe14ee26053a729ae1c31b76800e2 (diff) | |
Merge branch 'restore-routes' into 'develop'
Restore old routes, enable user route as fallback.
See merge request pleroma/pleroma-fe!440
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json index 9bdcb3b2..9ad6e6ab 100644 --- a/static/config.json +++ b/static/config.json @@ -4,8 +4,8 @@ "logo": "/static/logo.png", "logoMask": true, "logoMargin": ".1em", - "redirectRootNoLogin": "/~/main/all", - "redirectRootLogin": "/~/main/friends", + "redirectRootNoLogin": "/main/all", + "redirectRootLogin": "/main/friends", "chatDisabled": false, "showInstanceSpecificPanel": false, "scopeOptionsEnabled": false, |
