chore(sample-app): fix flutter web deployment.

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-04-08 03:19:06 +05:30
committed by xsahil03x
parent a47f708bd0
commit 3d068f088a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: Build and Deploy - name: Build and Deploy
uses: bluefireteam/flutter-gh-pages@v7 uses: bluefireteam/flutter-gh-pages@v7
with: with:
webRenderer: canvaskit baseHref: /flutter-samples/
workingDir: packages/stream_chat_v1 workingDir: packages/stream_chat_v1
-1
View File
@@ -39,7 +39,6 @@
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script defer src="flutter.js"></script> <script defer src="flutter.js"></script>
<script defer src="sql-wasm.js"></script> <script defer src="sql-wasm.js"></script>
<script defer src="main.dart.js" type="application/javascript"></script>
</head> </head>
<body> <body>
<script> <script>