Add base path configuration for GitHub Pages deployment

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-18 17:58:10 +00:00
parent 0cf5d409c2
commit 24ddec41dd
3 changed files with 15 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ jobs:
run: npm run build
env:
VITE_FLASK_BACKEND_URL: ${{ vars.VITE_FLASK_BACKEND_URL || '' }}
VITE_BASE_PATH: ${{ vars.VITE_BASE_PATH || '/' }}
- name: Setup Pages
uses: actions/configure-pages@v4