Commit Graph

3 Commits

Author SHA1 Message Date
tiennm99 3cfacb94f2 fix: derive basePath from repository name in CI workflow 2026-04-04 12:26:56 +07:00
tiennm99 52d6b03c23 fix: make basePath configurable via NEXT_PUBLIC_BASE_PATH env var
Enables platform-agnostic deployment — GitHub Pages sets the env var
in CI, while Vercel/Netlify/local dev default to root path.
2026-04-04 12:24:39 +07:00
tiennm99 efbecedd91 ci: add GitHub Pages deployment workflow
- Configure Next.js static export (output: "export")
- Add GitHub Actions workflow to build and deploy on push to main
2026-04-04 11:55:29 +07:00