Hello team,
I deployed a static site from WordPress.
The only challenges I encountered is the index.html files within the sub-directories.
I understand If I want to have the index.html to be accessible, I can put the relative path to the publish directory
section when deploy.
But I have more than 20 sub-folders, and in each folder, there is the index.html.
the structure looks like this
/product-list/product1/index.html
/product-list/product2/index.html
I wonder is there a way to use a variable to represent all the product# part?
e.g /product-list/$somevariables$/
Thanks!