Layout route with flat route.index #2612
Unanswered
brynshanahan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hmm I guess pathless layout routes could work But I feel like it would be great if this worked as well
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have MDX files in
routes/posts/*.mdx
how do I wrap them inroutes/posts.jsx
without also wrappingroutes/posts/index.jsx
? I've tried usingroutes/posts.index.jsx
but I get route conflict issues when doing thatBeta Was this translation helpful? Give feedback.
All reactions