mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use history for app router
This commit is contained in:
parent
4b7f615001
commit
f625915540
5 changed files with 62 additions and 120 deletions
|
@ -566,13 +566,7 @@ import { appRouter } from '../components/appRouter';
|
|||
});
|
||||
|
||||
defineRoute({
|
||||
path: '',
|
||||
isDefaultRoute: true,
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: 'index.html',
|
||||
path: '/',
|
||||
autoFocus: false,
|
||||
isDefaultRoute: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue