fix: downgrade Next.js 16 to 15 for Vercel deployment compatibility

Next.js 16.1.6 is not yet fully supported by Vercel's build system,
causing 404 on all routes. Downgraded to Next.js 15.5.12 + React 18,
fixed ESLint config, TypeScript config, and lint errors.

https://claude.ai/code/session_01H2aRGDaKgarPvhay2HxN6Y
This commit is contained in:
Claude
2026-02-08 14:28:57 +00:00
parent 5514af9555
commit d713f7f5ef
7 changed files with 136 additions and 599 deletions

View File

@@ -1,5 +1,5 @@
@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import "tailwindcss";
@theme inline {
--color-primary: #6D5EF6;