Hi!
I recently deployed a react app using codeberg pages. It works fine until you refresh the page at a path other than /. In that case, you get the 404 error page from codeberg.
The reason for that is, that all requests should be routed to index.html to let react handle the routing.
Of course, this not only affects react but all major javascript frameworks.
Maybe it would be possible to always try routing to the index.html in root when a path is not found in the repo?
What do you think?