Commit Graph

7 Commits

Author SHA1 Message Date
v0 cee6a65696 fix: resolve Tailwind v3 configuration issues
Revert v4 imports, fix color definitions, and update theme config.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:22:29 +00:00
v0 9c9987adad fix: resolve Tailwind build error
Add autoprefixer and update config files for Next.js.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:17:25 +00:00
v0 4589c773a2 fix: resolve font rendering issues across components
Expose font variable, update CSS, and sync canvas font for consistency.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:10:25 +00:00
v0 4880ee2b70 feat: migrate application to Next.js
Switch to Next.js 15+ with App Router, port Tailwind CSS, rebuild TerminalVisualizer, recreate Home and About pages, update next.config.mjs for static export.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 06:53:10 +00:00
v0 754fd0c81a feat: configure project for Cloudflare Pages static build
Switch to @sveltejs/adapter-static and set output to /out.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 06:01:09 +00:00
v0 036d45c7c3 fix: resolve build error with ASCII art and type annotation
Move ASCII art to constant and remove type annotation.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:55:44 +00:00
v0 01f7de52c5 Initialized repository for chat Terminal multiplexor website
Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:25:08 +00:00