Skip to content

updated and tested production build deployment#72

Merged
odungern merged 1 commit intodevfrom
52-installable-with-relative-links
Feb 26, 2026
Merged

updated and tested production build deployment#72
odungern merged 1 commit intodevfrom
52-installable-with-relative-links

Conversation

@csaenz-psg
Copy link
Collaborator

Relative links are working correctly with one caveat: when creating and deploying a production build, one should NOT open the production build by double-clicking the index.html file created in dist after running npm run build. Instead, the production build should be deployed by running "npx serve dist --single" this will start a dedicated prod server to serve the application. This results in an application that can be deployed from anywhere.

Completion criteria for this task would involve other team members verifying deployment. @odungern

@csaenz-psg csaenz-psg linked an issue Feb 23, 2026 that may be closed by this pull request
Copy link
Contributor

@odungern odungern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to see that only minimal changes were needed!

@odungern odungern merged commit fead2d2 into dev Feb 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installable with relative links

2 participants