the fallback-server does not support front-end router right now.
Thanks for filing @lili21, good idea!
This should be fairly straightforward if anyone is looking for their first contribution :)
Basically add
app.get('*', (_, res) => res.sendFile(path.join(pathToBuildDir, 'index.html')))
and a test to go along with it
Working on it! n.n/
I found this Issue after making pull request: https://github.com/GoogleChrome/lighthouse-ci/pull/159
@Amagon96 How is the progress? If you haven't started yet, I'd be happy to get feedback on this code.
Thanks.
Hi @rdlabo I think that is ok with your changes since it solves this issue, however I've check your changes and leave you a comment there, and you should use the closes #issueNumber, check it out ;)
Most helpful comment
Working on it! n.n/