Implement landing page with PWA smart detection and high-quality background
This commit is contained in:
@ -9,6 +9,11 @@ const router = createRouter({
|
||||
// ─── Vistas Públicas Core ───────────────────────────────────────────
|
||||
{
|
||||
path: '/',
|
||||
name: 'landing',
|
||||
component: () => import('@/views/LandingView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/splash',
|
||||
name: 'splash',
|
||||
component: () => import('@/views/SplashScreen.vue'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user