Commit Graph

8 Commits

Author SHA1 Message Date
a4db9688b6 Upgrade to Next.js 16 with Turbopack and Contentlayer2
- Upgraded Next.js to v16, React to v19
- Migrated from contentlayer to contentlayer2
- Migrated to Turbopack by decoupling Contentlayer from webpack
- Updated all page components to handle async params (Next.js 15+ breaking change)
- Changed package.json to type: module and renamed config files to .cjs
- Updated README with current tech stack and article creation instructions
- Fixed tag encoding issue (removed double encoding)
- All security vulnerabilities resolved (npm audit: 0 vulnerabilities)
2025-11-19 22:43:14 +08:00
4c08413936 Migrate to Contentlayer2 2025-11-19 21:46:49 +08:00
a249a120a5 Stage all layout updates 2025-11-19 17:38:45 +08:00
009f4bf41e Add ESLint config and dependencies 2025-11-18 16:51:52 +08:00
07f8cd13bd Use Font Awesome icons for hero social links 2025-11-17 17:25:22 +08:00
48521d6f5c Rewrite markdown image URLs and render feature images 2025-11-17 16:26:20 +08:00
2b573024c5 Serve markdown assets via /assets 2025-11-17 16:16:22 +08:00
0c64279e34 Initial commit 2025-11-17 15:28:20 +08:00