Skip to content

Commit

Permalink
white screen issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit2756 committed Dec 1, 2024
1 parent 31a58c3 commit ad72af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_live_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
- name: Build Web
run: |
flutter build web --base-href "/flutter_google_clone/" #. Specify the base href
cat build/web/index.html | grep "base href"
flutter build web
# cat build/web/index.html | grep "base href"
- name: Update docs directory
run: |
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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">
<!-- <base href="$FLUTTER_BASE_HREF"> -->

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

0 comments on commit ad72af1

Please sign in to comment.