mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
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:
parent
3760f05c29
commit
7d7d17f918
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue