I'm using react to develop my project and I'm trying to pre-render it with React-snap.
When I try to build my project, react snap will crawl in project and create an html from routes. But there is a problem, when i deploy the built project, it will load the main page before loading the correct page in each route.