Commit Graph

3 Commits

Author SHA1 Message Date
Riley Zhang
e6de2df6c4 Remove large files from git tracking (node_modules, .next, out)
Some checks are pending
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Added to .gitignore to prevent future commits of build artifacts.
These files were never meant to be in the repo.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 05:25:54 +02:00
Riley Zhang
0f7492f6b4 docs: update DEPLOYMENT.md for static landing page architecture
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 03:36:37 +02:00
Riley Zhang
dcc26b766b deploy: landing page redesign - static HTML with anime.js
- Simplified Dockerfile to serve static files directly (no Next.js build)
- Copied redesign files (index.html, style.css, main.js) to out/
- Added brand/favicon assets
- Backed up previous Next.js build to out.backup.*
- Container rebuilt and verified healthy on port 8080

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 03:36:11 +02:00