[Solved] a href not working with a bare web page


Apparently the answer was here:

How to setup URLs for static site with Ruby Rack on Heroku

Individual pages were being routed to “https://stackoverflow.com/” all the time. Needed to modify “config.ru” to get routing to work properly.

Next step is to look into “sinatra”.

solved a href not working with a bare web page