You are viewing a single comment's thread from:RE: Introducing HiveLink - Allow users to select their frontend of choice when you link to another post.View the full contextView the direct parentsn0n (63)in Programming & Dev • 4 years ago I use GitHub static site hosting.
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?