Skip to content

Commit

Permalink
Merge pull request #1 from zvandermeer/main
Browse files Browse the repository at this point in the history
Add PWA support
  • Loading branch information
zvandermeer authored Jan 1, 2025
2 parents 7f29164 + 0b6f6e5 commit 2a35424
Show file tree
Hide file tree
Showing 16 changed files with 2,623 additions and 89 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pnpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
with:
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
<link rel="icon" href="/icons/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="/icons/favicon-16x16.png" type="image/png" sizes="16x16">
<meta name="theme-color" content="#fff9e7">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colour Swap!</title>
</head>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"globals": "^15.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"vite": "^6.0.5",
"vite-plugin-pwa": "^0.21.1"
}
}
Loading

0 comments on commit 2a35424

Please sign in to comment.