Skip to content

Commit

Permalink
ci: fix missing placeholder for base href
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 5, 2024
1 parent 360eb6c commit 6ffd5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/">
<base href="$FLUTTER_BASE_HREF">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down

0 comments on commit 6ffd5b7

Please sign in to comment.