Files
2026-06-21 22:23:38 +07:00

463 B

Deployment

Platform

GitHub Pages.

Production URL

Expected URL: https://tiennm99.github.io/dating/.

Build

pnpm run build

For project-page base path:

pnpm run build:gh

Workflow

.github/workflows/deploy-pages.yml builds on main, uploads build/, then deploys with GitHub Pages Actions.

Notes

  • Static SvelteKit only. No backend, no form service.
  • Pages source should be GitHub Actions.
  • No secrets required.