1
0
Fork 0
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:
Bill Thornton 2022-04-13 16:38:19 -04:00
parent 4b7f615001
commit f625915540
5 changed files with 62 additions and 120 deletions

View file

@ -566,13 +566,7 @@ import { appRouter } from '../components/appRouter';
});
defineRoute({
path: '',
isDefaultRoute: true,
autoFocus: false
});
defineRoute({
path: 'index.html',
path: '/',
autoFocus: false,
isDefaultRoute: true
});