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 channel: stable
cache: true cache: true
- run: flutter pub get - run: flutter pub get
- run: flutter build web --release --wasm - run: flutter build web --release
- name: Archive production artifacts - name: Archive production artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:

View File

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