Skip to content

Commit

Permalink
Fix BASE_PATH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Oct 2, 2024
1 parent 7a199b9 commit 54ecf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
env:
# Deploying to a root domain
BASE_PATH: _pr/${{ github.event.pull_request.number }}
BASE_PATH: /_pr/${{ github.event.pull_request.number }}
run: |
npm run build
touch build/.nojekyll
Expand Down

0 comments on commit 54ecf29

Please sign in to comment.