Netlify "page not found" when sharing React-Router-Dom based links

Hi, @jaylowe1, I’m not seeing any redirect processed by the most recently published deploy here:

Quoting:

No redirect rules processed
This deploy did not include any redirect rules.

This is a public repo so I tested the git clone, yarn install, and yarn build for this repo. When I did this it created the file in the build directory as _redirects.txt not _redirects.

I don’t know why the build does this but that is the reason the redirect isn’t being processed.

Do you know how to get the build to keep the filename unchanged when building? If so, that is the solution and the redirect will work as expected once this is done.