Pathless layout with standard layout
Hi there! I'm new to TSR and a bit puzzled by the routing syntax compared to simpler ones like in Astro. Basically, I want to achieve this:
Both routes should share a layout but accessing
But accessing
Thanks a lot!
Both routes should share a layout but accessing
/auth should throw a 404. Currently, I haveBut accessing
/auth does not throw a 404.Thanks a lot!