Skip to content

Commit cda4b7b

Browse files
committed
href
1 parent a51fe74 commit cda4b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build Web App
3030
run: |
3131
flutter pub get
32-
flutter build web -v --base-href /maid/
32+
flutter build web -v
3333
3434
- name: Add CNAME file
3535
run: echo 'maid-app.com' > ./build/web/CNAME

0 commit comments

Comments
 (0)