Skip to content

Commit f704b3b

Browse files
committed
ci: use root base path for basic example deploy
1 parent 1c314e7 commit f704b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-basic-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build basic example
4141
run: pnpm --filter @mapconductor/example-basic... build
4242
env:
43-
VITE_BASE_PATH: /${{ github.event.repository.name }}/
43+
VITE_BASE_PATH: /
4444
VITE_GOOGLE_MAPS_API_KEY: ${{ secrets.VITE_GOOGLE_MAPS_API_KEY }}
4545

4646
- name: Add SPA fallback

0 commit comments

Comments
 (0)