Skip to content

Commit 0e444b6

Browse files
committed
Fix for nested routes rendering issue as described in PR vendurehq#93
1 parent 9763808 commit 0e444b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

remix.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const commonConfig = {
1111
'@remix-validated-form/with-zod',
1212
],
1313
tailwind: true,
14-
routes(defineRoutes) {
15-
// uses the v1 convention, works in v1.15+ and v2
16-
return createRoutesFromFolders(defineRoutes);
17-
},
14+
// routes(defineRoutes) {
15+
// // uses the v1 convention, works in v1.15+ and v2
16+
// return createRoutesFromFolders(defineRoutes);
17+
// },
1818
};
1919

2020
/**

0 commit comments

Comments
 (0)