Skip to content

Commit

Permalink
fix(playground): base href
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Jan 12, 2025
1 parent cce4467 commit e405aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 👷 Build site (playground)
working-directory: playground
run: |
flutter build web --wasm --base-href "/playground/"
flutter build web --wasm --base-href "/beize/playground/"
mv build/web ../docs-dist/playground
- name: 🚀 Deploy
Expand Down

0 comments on commit e405aff

Please sign in to comment.