Open Issues Need Help
View All on GitHub GitHub Pages でデプロイ後、画面が真っ黒になる(普通に助けて) 2 months ago
AI Summary: Debug a React application deployed to GitHub Pages that displays a blank screen after successful build and deployment. The issue likely stems from incorrect base path configuration for routing in the React application, given that the application works locally but not on GitHub Pages. Troubleshooting involves checking `vite.config.ts`, React Router configuration (`BrowserRouter`'s `basename`), and ensuring correct deployment of the `dist` folder to GitHub Pages.
Complexity:
4/5
help wanted