Skip to content

Commit 85b743f

Browse files
committed
Build app as a single file
1 parent 0e0163d commit 85b743f

File tree

6 files changed

+891
-383
lines changed

6 files changed

+891
-383
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment:
2828
name: github-pages
2929
url: ${{ steps.deployment.outputs.page_url }}
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-slim
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v5
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: npm ci
4141
- name: Build
42-
run: npm run build
42+
run: npm run build:singlefile
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v5
4545
- name: Upload artifact

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
1010
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
11-
<link rel="shortcut icon" href="favicon.ico" />
11+
<link rel="icon" href="favicon.ico" />
1212

1313
<link rel="preconnect" href="https://fonts.googleapis.com">
1414
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

0 commit comments

Comments
 (0)