How to write static files in angular single page application

js
nginx

nginx

this error occurs when referenced js files are redirected to index.html That is, when I now request the URL http://localhost:8500/home/Html, then the js file requested by index.html becomes http://localhost:8500/home/static/runtime.86be1b2407b8d314c068.js instead of
http://localhost:8500/static/runtime.86be1b2407b8d314c068.js

.
Jun.20,2022
Menu