URL is not working

Hey @Faisal,

I’ve checked your last successful deploy: Netlify App

I can see that this is a React app. I believe we can solve this with the addition of a _redirects file in your build directory which contains:

/*    /index.html  200

Let me know how you get on!

Ref 1, Ref 2