Netlify seems to be creating two urls of every page on my site.
For example /contact/ and /contact.html
How can I prevent this? Currently, I have Netlify’s Pretty Urls disabled, so I’d like only /contact.html.
When I use ‘Hugo server’ locally, the /contact/ version of the page would 404, but that is not the case when deployed to Netlify