can I have multiple pages for the same model?
I have model and I want have it in two different resources or pages can I do that?
I tried but both has the same path
2 Replies
It's possible to have 2 resources use the same model, but there are little gotchas. Maybe this can help you explore it : https://discord.com/channels/883083792112300104/1117896731183546458
Set the
$slug
property on the second resource for the path issueI will follow it thank you so much