Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiser committed Aug 13, 2024
1 parent aea32bd commit a0a6537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: ./.github/actions/setup-flutter
- name: Build
#run: flutter build web --profile --no-web-resources-cdn --base-href /own/raumunikate.com/
run: flutter build web --profile --no-web-resources-cdn --base-href /raumunikate/
run: flutter build web --profile --base-href /raumunikate/
- name: Upload
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
5 changes: 1 addition & 4 deletions web/flutter_bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

_flutter.loader.load({
onEntrypointLoaded: async function (engineInitializer) {
const appRunner = await engineInitializer.initializeEngine({
// hack
canvasKitBaseUrl: "/canvaskit/"
});
const appRunner = await engineInitializer.initializeEngine();
await appRunner.runApp();
document.querySelector('#loading').remove();
}
Expand Down

0 comments on commit a0a6537

Please sign in to comment.