Skip to content

Commit

Permalink
ci: Change widgetbook base-href (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Jan 28, 2025
1 parent dbf28b1 commit f20d7d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-widgetbook-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build Web
run: |
melos exec --scope="optimus_widgetbook" -- "flutter build web --base-href '/./'"
melos exec --scope="optimus_widgetbook" -- "flutter build web --base-href '/release/"
- name: Modify manifest.json
run: |
Expand Down
4 changes: 2 additions & 2 deletions optimus_widgetbook/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="Mews Widgetbook">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
Expand Down

0 comments on commit f20d7d6

Please sign in to comment.