Sort:  

You could use apache on a VPS to use the URLs like on hive.blog by using lines like this.

        RewriteEngine on
        RewriteRule "(^/(files/|hot/|created/|trending/|payout/|payout_comments/|muted/|ticker(.html)?))|(.*\@.*)" "/build/index.html?query=$0"        [B]
        RewriteCond /var/www/steemfiles/test/www/build/%{REQUEST_URI} -F
        RewriteRule ^(.+)  /build/$1 [R]

The downsides are: Running a VPS is not free.https://www.privex.io.. It looks like the option you are using is free.

What's your favorite editor?