Commit Graph

5 Commits

Author SHA1 Message Date
680e443e9d CHORE(ui): modify About Us page
- Update page content
- Refresh UI design
2025-11-24 15:46:25 +09:00
7768d40f90 REFACTOR(deploy): remove basepath config
- Comment out basePath and assetPrefix settings
- Apps will now work at root path (/) without path prefix
- Prepares for NodePort-based deployment strategy
2025-11-24 00:24:18 +09:00
c5de8f3242 FEAT(config): add basepath for /jovies
- Set basePath to '/jovies' for proper path-based routing
- Set assetPrefix to '/jovies' for static asset loading
- This allows the app to work correctly under /jovies path
2025-11-24 00:07:03 +09:00
490e1f6d54 FEAT(app): add About Us page
- Add new About Us page
- Include team information
2025-11-23 10:25:15 +09:00
3c10907a97 INIT(app): initial commit
- Initialize project structure
- Add base configuration
2025-11-22 23:44:51 +09:00