1
0
Commit Graph

5 Commits

Author SHA1 Message Date
2cd1a62e5d Fix SPA routing for GitHub Pages deployment
- Update 404.html with React content instead of Vue
- Add automatic 404.html copy to build script
- Fix URL typo in og:url meta tag
- Ensure client-side routing works for user pages

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:26:05 +09:00
e7f39a1894 Migrate from Vue2 to React with modern tech stack
- Replace Vue2 + Vue CLI with Vite + React 18 + TypeScript
- Add Tailwind CSS for efficient styling
- Implement clean component architecture:
  - Split 1000+ line Vue component into focused React components
  - Add proper type safety with TypeScript
  - Use React Query for efficient data fetching
- Update GitHub Actions for React build pipeline
- Maintain existing functionality and design
- Support Node.js 23 with .nvmrc

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 13:44:54 +09:00
8f27cbb77b fix site 2025-07-18 12:57:37 +09:00
1b34aa294c add file 2024-04-11 07:53:10 +09:00
ad8daeb7d1 first 2023-04-01 04:51:52 +09:00