merge branch 'main' of github.com:lite-note/lite-note
This commit is contained in:
Julien Calixte
2026-02-10 20:48:45 +01:00
5 changed files with 75 additions and 57 deletions

View File

@@ -20,10 +20,14 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("@/views/FluxNoteView.vue"),
},
{
path: "/:user/:repo/share/:note",
name: "ShareNotes",
props: true,
component: () => import("@/views/ShareNotes.vue"),
path: "/notes",
name: "PublicNoteView",
component: () => import("@/views/PublicNoteView.vue"),
},
{
path: "/tiboudenote",
name: "PublicNoteView",
component: () => import("@/views/PublicNoteView.vue"),
},
{
path: "/:user/:repo/inbox",