Skip to content

Commit ecce6ce

Browse files
committed
build: update base href for web deployment
- Updated base href to ht-main
1 parent 3ca078e commit ecce6ce

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
@@ -27,7 +27,7 @@ jobs:
2727
# 4. Build the Flutter web app
2828
# IMPORTANT: Replace <repository-name> with the name of your GitHub repository
2929
- name: Build Web App
30-
run: flutter build web --release --base-href /headlines-toolkit/
30+
run: flutter build web --release --base-href /ht-main/
3131

3232
# 5. Deploy the built app to GitHub Pages
3333
- name: Deploy

0 commit comments

Comments
 (0)