🚨 Problem
The frontend was migrated from Angular to React + Vite, but the GitHub Pages deployment is not working correctly.
The previous Angular build produced the application under:
frontend/dist/zemolibrary/browser
The React + Vite build now produces:
frontend/dist
with the generated index.html and assets directory.
The deployment workflow has been updated to use the new Vite build output, but the deployment still needs to be traced and fixed.
🎯 Goal
Make the React + Vite frontend deploy successfully to GitHub Pages.
✅ Acceptance Criteria
🔍 Notes
The frontend is now a React + Vite application, so the deployment workflow should follow the Vite build and output structure rather than the previous Angular setup.
🚨 Problem
The frontend was migrated from Angular to React + Vite, but the GitHub Pages deployment is not working correctly.
The previous Angular build produced the application under:
frontend/dist/zemolibrary/browser
The React + Vite build now produces:
frontend/dist
with the generated index.html and assets directory.
The deployment workflow has been updated to use the new Vite build output, but the deployment still needs to be traced and fixed.
🎯 Goal
Make the React + Vite frontend deploy successfully to GitHub Pages.
✅ Acceptance Criteria
🔍 Notes
The frontend is now a React + Vite application, so the deployment workflow should follow the Vite build and output structure rather than the previous Angular setup.