We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cd059 commit 6f4759aCopy full SHA for 6f4759a
src/frontend/src/main.ts
@@ -21,11 +21,12 @@ const routes = [
21
{ path: "/faq", name: "FAQPage", component: FAQComponent },
22
{ path: "/cnft", mame: "CNFTPage", component: CNFTComponent },
23
{ path: "/presentation", mame: "PresentationPage", component: PresentationComponent },
24
+ { path: "/tasks", mame: "TasksPage", component: TasksComponent }
25
];
26
-if (import.meta.env.VITE_ENV === "development") {
27
- routes.push({ path: "/tasks", mame: "TasksPage", component: TasksComponent });
28
-}
+// if (import.meta.env.VITE_ENV === "development") {
+// routes.push({ path: "/tasks", mame: "TasksPage", component: TasksComponent });
29
+// }
30
31
const router = createRouter({
32
history: createWebHistory(),
0 commit comments