Compare commits
No commits in common. "f3d5601d00953d917d3a90b883d42607561f38ea" and "b9d99c5424dddcaca9b522262a0725257445c091" have entirely different histories.
f3d5601d00
...
b9d99c5424
2 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
VITE_SUPPORT_EMAIL: ${{ secrets.VITE_SUPPORT_EMAIL }}
|
||||
VITE_API_URL: ${{ secrets.VITE_API_URL }}
|
||||
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
|
||||
VITE_PUBLIC_VAPID_KEY: ${{ secrets.VITE_PUBLIC_VAPID_KEY }}
|
||||
run: |
|
||||
npm --version && node --version
|
||||
npm i -g pnpm
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@ export default {
|
|||
},
|
||||
includeAssets: [
|
||||
"favicon.ico",
|
||||
"*.png",
|
||||
"favicon-96x96.png",
|
||||
"web-app-manifest-192x192.png",
|
||||
"web-app-manifest-512x512.png",
|
||||
"apple-touch-icon.png",
|
||||
],
|
||||
registerType: "autoUpdate",
|
||||
manifest: {
|
||||
|
|
@ -30,5 +33,4 @@ export default {
|
|||
],
|
||||
},
|
||||
injectRegister: "script",
|
||||
strategies: "generateSW",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue