Text changes and renaming

This commit is contained in:
2025-12-02 20:11:12 +02:00
parent a64e5b0aa4
commit 7419780032
2 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const router = createRouter({
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue'),
component: () => import('../views/InfoView.vue'),
},
{
path: '/contact',