Skip to content

Commit

Permalink
ci: no base-href
Browse files Browse the repository at this point in the history
  • Loading branch information
CDN18 committed Dec 10, 2023
1 parent cc58f3e commit 8bb69c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wrangler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Prepare web
run: ./scripts/prepare-web.sh
- name: Build Release Web
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/web/"
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 8bb69c7

Please sign in to comment.