#Ignore subfolder of pages but not its content

4 messages · Page 1 of 1 (latest)

hard loom
#

So in my pages i want to have an Auth folder for organizing my files.
In this folder would go all the pages to do whit auth (login and resetpassword)

Is there a symbol i can put infront of this folder to ignore it but not the files inside.
I could only find the _ but this will ignore all the files inside aswell

Folder structure:

src/
 └─ pages/
   ├─ auth/
   │  ├─ login.astro
   │  └─ resetpassword.astro
   └─ index.astro

desired path to login and resetpassword:

  • localhost:3000/login
  • localhost:3000/resetpassword
hard loom
#

@tawdry frigate Do you have any idea?

tawdry frigate
#

I have no idea, why would you do it like this?

idle epoch
#

I'm guessing to get more organisation. But at that point, you might as well leave it like that in my opinion