diff --git a/app/routes/index.tsx b/app/routes/_index.tsx similarity index 100% rename from app/routes/index.tsx rename to app/routes/_index.tsx diff --git a/remix.config.js b/remix.config.js index d7e1b63c..7198aeac 100644 --- a/remix.config.js +++ b/remix.config.js @@ -1,5 +1,3 @@ -import { createRoutesFromFolders } from '@remix-run/v1-route-convention'; - /** * @type {import('@remix-run/dev').AppConfig} */ @@ -11,10 +9,6 @@ const commonConfig = { '@remix-validated-form/with-zod', ], tailwind: true, - routes(defineRoutes) { - // uses the v1 convention, works in v1.15+ and v2 - return createRoutesFromFolders(defineRoutes); - }, }; /**