Address code review feedback: add VITE_BASE_PATH support and use placeholders in docs

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

View File

@@ -62,3 +62,4 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
VITE_FLASK_BACKEND_URL=${{ vars.VITE_FLASK_BACKEND_URL || '' }}
VITE_BASE_PATH=${{ vars.VITE_BASE_PATH || '/' }}