#Having problem in remix routing
1 messages · Page 1 of 1 (latest)
here is my project structure, and also i am using the remix-flat-routes
i want to render the mdx file
for route /problem/2024/list/problem-a.mdx, /problem/2024/list/problem-b.mdx,
problem/2024/problem-in-remix
i want to make the problem-in-remix.mdx file, how can i do so?
Can you share your vite.config.ts?
remix({
future: {
// unstable_lazyRouteDiscovery: true,
// unstable_singleFetch: true,
},
// ssr: true,
routes(defineRoutes) {
return flatRoutes('routes', defineRoutes);
},
}),
tsconfigPaths(),
],
@crystal stone any update?