Redirect Soapbox Legacy canary URLs to /about/canary
This commit is contained in:
parent
bf01dac514
commit
43afd599cd
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ class SwitchingColumnsArea extends React.PureComponent {
|
|||
<Redirect from='/users/:username' to='/@:username' />
|
||||
<Redirect from='/home' to='/' />
|
||||
|
||||
{/* Soapbox Legacy redirects */}
|
||||
<Redirect from='/canary' to='/about/canary' />
|
||||
<Redirect from='/canary.txt' to='/about/canary' />
|
||||
|
||||
<WrappedRoute path='/tags/:id' publicRoute component={HashtagTimeline} content={children} />
|
||||
|
||||
<WrappedRoute path='/lists' layout={LAYOUT.DEFAULT} component={Lists} content={children} />
|
||||
|
|
Loading…
Reference in a new issue