Skip to content

Commit

Permalink
changed base href
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Aug 4, 2023
1 parent fdffcea commit 715b974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --no-pub"
"flutter build web --base-href reporter --no-pub"
description: |
Build a specific example app for web.
- Requires `flutter channel stable`.
Expand Down
2 changes: 1 addition & 1 deletion packages/example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
the `--base-href reporter` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">

Expand Down

0 comments on commit 715b974

Please sign in to comment.