I am implementing routing with karax and refreshing a page outside of the root path returns a 404 response. I am assuming that this is probably a problem because index.html is the starting point and there is no other root html. I have implemented the routing based on the routing on the nim forum, but is there any way to render the page even if it is refreshed in /blogs, etc.?
I am new to nim so any advice would be great. Thanks. This is a repo I created based on the nim forum code. <https://github.com/masahiro04/karax-sample/blob/ced06199117f2a3caa22eeabc68958068a4ec77f/src/index.nim#L86-L98>
