mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update paths and stable app view
This commit is contained in:
parent
3038ddb6ff
commit
c0f1de9f3f
8 changed files with 11 additions and 12 deletions
|
@ -51,6 +51,9 @@ const StableApp = () => (
|
|||
|
||||
{/* Suppress warnings for unhandled routes */}
|
||||
<Route path='*' element={null} />
|
||||
|
||||
{/* Redirects for old paths */}
|
||||
<Route path='/serveractivity.html' element={<Navigate replace to='/dashboard/activity' />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue