#Trying to understand something based on remix flat routes

1 messages · Page 1 of 1 (latest)

wide mirage
#

I have a _auth+ folder which has an _layout.tsx which is the layout for everything in the but I want to put the forgot-password.tsx in the same folder but shouldn't inherit the layout I am using remix flat routes

#

@azure ridge Sorry for the tagging any way you could help?

azure ridge
#

Name your route to _.forgot-password.tsx ... the _. prefix is like adding a trailing _ to the parent folder.

#

I'm not sure if that's documented... that was added as a user request.

wide mirage
#

Thanks so much it worked

wide mirage
azure ridge
hazy raptor
#

What does the + in OPs example?

wide mirage
hazy raptor
#

Oh so this is using a third party package on top of remix's routing conventions? (new to remix)

wide mirage