From 4480baf04f569f1d875c717ca583600f6ed4175f Mon Sep 17 00:00:00 2001 From: Adam French Date: Thu, 8 Jan 2026 20:32:12 +0000 Subject: [PATCH] new pages --- nginx/vue/src/router/index.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nginx/vue/src/router/index.js b/nginx/vue/src/router/index.js index 78b6613..0601fd6 100644 --- a/nginx/vue/src/router/index.js +++ b/nginx/vue/src/router/index.js @@ -30,6 +30,26 @@ const router = createRouter({ name: "bookmarks", component: () => import("../views/Bookmarks.vue"), }, + { + path: "/notes", + name: "notes", + component: () => import("../views/Notes.vue"), + }, + { + path: "/notes/islp", + name: "islp", + component: () => import("../views/notes/Islp.vue"), + }, + { + path: "/notes/vue", + name: "vue", + component: () => import("../views/notes/Vue.vue"), + }, + { + path: "/shrines", + name: "shrine links", + component: () => import("../views/Shrines.vue"), + }, { path: "/shrines/gto", name: "gto shrine",