Temporary fix for 404 on page refresh issue. Everything that would end up with 404 will get index.html contents instead. In the future we should either reconsider url scheme we use or implement router-like logic on server-side to serve index.html or respond with 404 depending on url validity.
Temporary fix for 404 on page refresh issue. Everything that would end up with 404 will get index.html contents instead. In the future we should either reconsider url scheme we use or implement router-like logic on server-side to serve index.html or respond with 404 depending on url validity.