The PIG App installable (at least the one produced by the production build) shall be relocatable to any position in a web-site, not just at the root. Thus, all app-internal links must be relative to the main file (index.html).
Example: When copying the content of the dist folder to /inetpub/wwwroot/pig/ and entering localhost/pig/index.html to the browser address line, the app starts up well, but when pressing any of the buttons in the menue shows 404. That's because the generated links are absolute (e.g. localhost/interfaces instead of ./interfaces).
The PIG App installable (at least the one produced by the production build) shall be relocatable to any position in a web-site, not just at the root. Thus, all app-internal links must be relative to the main file (index.html).
Example: When copying the content of the dist folder to /inetpub/wwwroot/pig/ and entering localhost/pig/index.html to the browser address line, the app starts up well, but when pressing any of the buttons in the menue shows 404. That's because the generated links are absolute (e.g. localhost/interfaces instead of ./interfaces).