Revert using skwasm as web renderer

This commit is contained in:
LittleSheep 2024-11-11 00:07:18 +08:00
parent 5c9ea588cc
commit 9df9674ada
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
channel: stable
cache: true
- run: flutter pub get
- run: flutter build web --release --wasm
- run: flutter build web --release
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:

View File

@ -27,7 +27,7 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<title>surface</title>
<title>Solian</title>
<link rel="manifest" href="manifest.json">