How to change my url from https://example.com/name.html to https://example.com/name?
I am using Firebase Hosting to host my website. The site is made in HTML and javascript using bootstrap studio.
After reading various solution online, i know that '.htaccess' file can be used to change the url but none of the solution provide a way to do it with Firebase Hosting.