Skip to content

Silent Directories ( (...) )

Sarthak Ghoshal edited this page May 23, 2025 · 2 revisions

Silent Directories ( /(...)/ )

silent folders are denoted as ([FOLDER_NAME]), these folders are only for grouping files together, they wont be added to said file's route

e.g :-

├── pages
│   ├── (files)
│   │   ├── file.x.py
  • the url for file.x.py will be /file, notice how it isnt /files/file

Clone this wiki locally