#Having problem in remix routing

1 messages · Page 1 of 1 (latest)

crystal stone
#

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?

crystal stone
#

when going to /test/shit why it ssays not found?

brazen mulch
#

Can you share your vite.config.ts?

crystal stone
#

remix({
future: {
// unstable_lazyRouteDiscovery: true,
// unstable_singleFetch: true,
},
// ssr: true,
routes(defineRoutes) {
return flatRoutes('routes', defineRoutes);
},
}),
tsconfigPaths(),
],

severe garnet
#

@crystal stone any update?