pl-fe: add iceshrimp.net note route

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-01 20:56:59 +02:00
parent 6c483ba90c
commit 1938ce1c45

View File

@ -222,6 +222,9 @@ const SwitchingColumnsArea: React.FC<ISwitchingColumnsArea> = React.memo(({ chil
<Redirect from='/users/:username' to='/@:username' />
<Redirect from='/registration' to='/' exact />
{/* Iceshrimp.NET web routes */}
<WrappedRoute path='/notes/:statusId' publicRoute exact layout={DefaultLayout} component={Status} content={children} />
{/* Mastodon rendered pages */}
<Redirect from='/admin' to='/pl-fe/admin' />
<Redirect from='/terms' to='/about' />