Skip to content

Commit

Permalink
fixbugs - wrong baseHref
Browse files Browse the repository at this point in the history
  • Loading branch information
manjav committed Oct 15, 2024
1 parent a92e1b6 commit f522112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-web-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
- uses: subosito/flutter-action@v2
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: editor
workingDir: editor
baseHref: /particular/
2 changes: 1 addition & 1 deletion editor/web/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="$FLUTTER_BASE_HREF/particular">
<base href="$FLUTTER_BASE_HREF">

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

0 comments on commit f522112

Please sign in to comment.