Layouts with an index
I am trying to set up the following routes:
I am trying to mirror the idea of how the
But I am getting
Here is the
And here is the
How does this work with the posts example but not this one?
I am trying to mirror the idea of how the
posts.tsx and post.index.tsx work in the file structure example on the site. But I am getting
Invariant failed: Duplicate routes found with id: /$account_id/homeHere is the
home.tsxAnd here is the
home.index.tsxHow does this work with the posts example but not this one?