Problem
The current live demo link of CodeSync is returning a 404 error instead of loading the application.
Live Demo:
https://alokkksharmaa.github.io/CodeSync/
Possible Cause
The frontend is built using Vite, and GitHub Pages deployments usually require proper base path configuration in vite.config.js.
The issue may be caused due to:
incorrect Vite base configuration
deployment path mismatch
improper GitHub Pages setup/build configuration
Proposed Fix
I would like to:
investigate the deployment configuration
fix the Vite/GitHub Pages deployment setup
ensure the frontend builds and deploys correctly
update deployment instructions in README if required
Please assign this issue to me under GSSoC.
Problem
The current live demo link of CodeSync is returning a 404 error instead of loading the application.
Live Demo:
https://alokkksharmaa.github.io/CodeSync/
Possible Cause
The frontend is built using Vite, and GitHub Pages deployments usually require proper base path configuration in vite.config.js.
The issue may be caused due to:
incorrect Vite base configuration
deployment path mismatch
improper GitHub Pages setup/build configuration
Proposed Fix
I would like to:
investigate the deployment configuration
fix the Vite/GitHub Pages deployment setup
ensure the frontend builds and deploys correctly
update deployment instructions in README if required
Please assign this issue to me under GSSoC.