Skip to content

Commit

Permalink
fix base href
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Aug 4, 2023
1 parent 79d0bbf commit 7bb263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scripts:
build:
run: |
melos exec -c 6 --fail-fast -- \
"flutter build web --base-href reporter --no-pub"
"flutter build web --base-href /reporter/ --no-pub"
description: |
Build a specific example app for web.
- Requires `flutter channel stable`.
Expand Down

0 comments on commit 7bb263a

Please sign in to comment.