We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783a98a commit e67100aCopy full SHA for e67100a
app/routes/index.tsx app/routes/_index.tsxapp/routes/index.tsx renamed to app/routes/_index.tsx
remix.config.js
@@ -1,4 +1,3 @@
1
-import { createRoutesFromFolders } from '@remix-run/v1-route-convention';
2
3
/**
4
* @type {import('@remix-run/dev').AppConfig}
@@ -11,10 +10,7 @@ const commonConfig = {
11
10
'@remix-validated-form/with-zod',
12
],
13
tailwind: true,
14
- routes(defineRoutes) {
15
- // uses the v1 convention, works in v1.15+ and v2
16
- return createRoutesFromFolders(defineRoutes);
17
- },
+
18
};
19
20
0 commit comments