We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3600603 commit 82561b7Copy full SHA for 82561b7
packages/utils/src/helpers/generate-routes-backend.ts
@@ -63,6 +63,7 @@ function convertRoutes(
63
route.component = pageMap[pageKey];
64
} else {
65
console.error(`route component is invalid: ${pageKey}`, route);
66
+ route.component = pageMap['/_core/fallback/not-found.vue'];
67
}
68
69
0 commit comments