Does Netlify support subfolders?
I am trying to deploy some ui components on Netlify. However, it is not recognizing my index.html files inside the subfolders. Hence nothing is showing up on my deployed site. This is my file structure
├── ui-components ├── blog-cards │ └── index.html ├── login │ └── index.html ├── ads-manager │ └── index.html
Do I have to delete my subfolders and bring out my index files for it to deploy on Netlify or is there any way around it?