I deployed a basic html, css, js website to Vercel. I wanted to have clean urls. In other words, I did not want the .html showing in the URL name in the browser. I have a folder that was created named vercel. Inside the folder in my project.json file which I added the following code:
`
“cleanUrls”: true
`
However, my website still has the html extension on each page. Any help or guidance is greatly appreciated.