It correctly generates files with php suffix, but I no longer get pretty urls eg localhost:1313/docs/first/index.php rather than localhost:1313/docs/first/
If i remove the config for custom outputs it works as expected. I have tried setting the basename in the config but it doesnât do anything. Is there a way i can get pretty urlâs generated?
hi yes i have tried creating a new media type and assigning it the html same result.
I think the reason maybe in âresources/page/page_paths.goâ, func isHtmlIndex is hardcoded to check against the string âindex.htmlâ. I am not very familar with the hugo code so maybe completely wrong.