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",