Redesign of Wheely (automotive subscription landing).
The production build is published to the gh-pages branch. GitHub Pages serves that branch as the site.
URL: https://d-m-g.github.io/harbor-task/
- Settings → Pages → Build and deployment
- Source: Deploy from a branch
- Branch:
gh-pages, folder/ (root), Save
npm ci
npm run deployThat runs vite build (with base path /harbor-task/) and pushes dist/ to the gh-pages branch. After the push, the site updates in about a minute.
Requires git remote origin pointing at this GitHub repo and permission to push.
npm run build
npx vite preview --base /harbor-task/If the repository is renamed, update repoBase in vite.config.ts to /<new-repo-name>/ so assets load correctly on Pages.