Skip to content

Commit 5133168

Browse files
committed
fix: update base href for web app
- Updated base href to ht-dashboard
1 parent 0492e9e commit 5133168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# 4. Build the Flutter web app
2727
- name: Build Web App
28-
run: flutter build web --release --base-href /ht-main/
28+
run: flutter build web --release --base-href /ht-dashboard/
2929

3030
# 5. Deploy the built app to GitHub Pages
3131
- name: Deploy

0 commit comments

Comments
 (0)