Hi Perry thanks for your response. I have done that and it works only when I do manual deploy by running netlify deploy…
However, I am using react and I don’t want to do manual deploys. I want to deploy from my github repo.
Now the problem is when I added the _redirects file to my published directory which is /build folder, it doesn’t work because when I pushed my code to github, the build folder which includes my _redirects file is automatically pushed to .gitignore.