Я запустил ng build --prod и переместил содержимое папки dist в подпапку сервера, но она не работает, выдав ошибку «не удалось загрузить ресурс, сервер ответил со статусом 404 (не найден)» *
Вот сообщения об ошибках
polyfills.005087a1f7d36bd88778.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
inline.5a4ca7a5f1b2161e0aaf.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
/styles.fe4393e6b8411da63d84.bundle.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
main.ff539f706c6b2bfd3e09.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.069cce74f9c8f7df78ea.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
polyfills.005087a1f7d36bd88778.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.069cce74f9c8f7df78ea.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
main.ff539f706c6b2bfd3e09.bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
styles.fe4393e6b8411da63d84.bundle.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Пожалуйста, помогите