feat: redirection de la route principale vers la page des mangas

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-03-28 15:23:33 +01:00
parent 7051bf5274
commit 2f73d3d42d

View File

@@ -28,7 +28,7 @@ const routes = [
{ {
path: '', path: '',
name: 'home', name: 'home',
component: HomePage redirect: '/manga'
}, },
{ {
path: '/manga', path: '/manga',