You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add environment-aware base path configuration:
- Configure dynamic base path for local (/) and production (/test-abb/)
- Update Vite config to use VITE_BASE_PATH environment variable
- Make React Router basename dynamic using BASE_URL
- Add build args support in Dockerfile for different environments
- Update CI/CD workflow to set base path for GitHub Pages deployment
- Simplify README to focus on Docker deployment
- Enhance .gitignore with comprehensive exclusions
0 commit comments