This commit is contained in:
2026-07-07 21:06:04 +02:00
parent 34c12135ca
commit efbac6cef7
12 changed files with 89 additions and 58 deletions
+15
View File
@@ -9,4 +9,19 @@ export default defineNuxtConfig({
// include: ["maplibre-gl"],
},
},
// hooks: {
// "pages:extend"(pages) {
// pages.push({
// name: "lines",
// path: "/lines/",
// file: "~/pages/lines/[line_id]/cluster/[cluster_id]/index.vue",
// });
// pages.push({
// name: "line_id",
// path: "/lines/:id()",
// file: "~/pages/lines/[line_id]/cluster/[cluster_id]/index.vue",
// });
// },
// },
});