There is a problem when creating a production version of the project. When I load a project at the build stage using the gulp serve command, it works correctly, but when I collect the production version into the dist folder using the gulp build command, when it is opened later, only the first page index.html is started (routing as a whole does not work).
Here is the link to the repository of my project on github: https://github.com/reflection937/my_lab
I would be grateful for any help.