Skip to content

Commit

Permalink
url deeplink handler for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakibul73 committed Sep 18, 2024
1 parent 34c7d07 commit 65fd602
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
- name: Install dependencies
run: flutter pub get


# Create the _redirects file for Netlify
- name: Create _redirects file for Netlify
run: |
mkdir -p build/web
echo "/* /index.html 200" > build/web/_redirects
- name: Build Flutter web
run: flutter build web --release

Expand Down

0 comments on commit 65fd602

Please sign in to comment.