style changes

This commit is contained in:
2025-12-09 17:27:54 +00:00
parent 2f27d07274
commit f6a46588ae
5 changed files with 176 additions and 55 deletions

View File

@@ -17,6 +17,14 @@ const router = createRouter({
// which is lazy-loaded when the route is visited.
component: () => import("../views/CV.vue"),
},
{
path: "/admin",
name: "admin",
// 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/Admin.vue"),
},
{
path: "/bookmarks",
name: "bookmarks",