Description
This PR updates the Vite configuration to use a relative base path instead of an absolute URL.
This change ensures that static assets (JS, CSS, etc.) are correctly resolved when the app is deployed across different domains or subdomains.
It avoids hardcoded domain references in the build output and improves deployment flexibility in environments where the hosting domain may vary.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Test all functionalities/endpoints.