Skip to content

Installable with relative links #52

@odungern

Description

@odungern

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).

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Type

Projects

Status

Completed

Relationships

None yet

Development

No branches or pull requests

Issue actions