Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Change this

<base href="/">
To this

<base href="./">
  • Loading branch information
armruggeri committed Nov 25, 2023
1 parent 6001f3a commit 5403310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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="./">

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

0 comments on commit 5403310

Please sign in to comment.