i am currently deploying a react project with firebase below path i am using
<Route exact path="/product-type/laptop" element={<Allproductpage type={'Laptop'} />} />
this is working correctly for localhost but not working well for after deploy. and getting the error page not found . how to fix it