Add 3-level Mastodon compatibility route
This commit is contained in:
parent
1f474c167b
commit
a8673c8e54
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class SwitchingColumnsArea extends React.PureComponent {
|
|||
*/}
|
||||
|
||||
{/* Redirects from Mastodon, Pleroma FE, etc. to fix old bookmarks */}
|
||||
<Redirect from='/web/:path1/:path2/:path3' to='/:path1/:path2/:path3' />
|
||||
<Redirect from='/web/:path1/:path2' to='/:path1/:path2' />
|
||||
<Redirect from='/web/:path' to='/:path' />
|
||||
<Redirect from='/timelines/home' to='/' />
|
||||
|
|
Loading…
Reference in a new issue