Build web app with correct base path for GitHub Pages

Set Vite base path to /respira/ when building for GitHub Pages
so assets load correctly from the repository subdirectory.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Jan-Henrik Bruhn 2025-12-11 13:30:11 +01:00
parent 3760f05c29
commit 7d7d17f918

View file

@ -122,7 +122,7 @@ jobs:
run: npm ci
- name: Build web app
run: npm run build
run: npm run build -- --base=/respira/
- name: Upload web build artifact
uses: actions/upload-artifact@v4