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_SUPPORT_EMAIL: ${{ secrets.VITE_SUPPORT_EMAIL }}
|
||||||
VITE_API_URL: ${{ secrets.VITE_API_URL }}
|
VITE_API_URL: ${{ secrets.VITE_API_URL }}
|
||||||
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
|
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
|
||||||
VITE_PUBLIC_VAPID_KEY: ${{ secrets.VITE_PUBLIC_VAPID_KEY }}
|
|
||||||
run: |
|
run: |
|
||||||
npm --version && node --version
|
npm --version && node --version
|
||||||
npm i -g pnpm
|
npm i -g pnpm
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,10 @@ export default {
|
||||||
},
|
},
|
||||||
includeAssets: [
|
includeAssets: [
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
"*.png",
|
"favicon-96x96.png",
|
||||||
|
"web-app-manifest-192x192.png",
|
||||||
|
"web-app-manifest-512x512.png",
|
||||||
|
"apple-touch-icon.png",
|
||||||
],
|
],
|
||||||
registerType: "autoUpdate",
|
registerType: "autoUpdate",
|
||||||
manifest: {
|
manifest: {
|
||||||
|
|
@ -30,5 +33,4 @@ export default {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
injectRegister: "script",
|
injectRegister: "script",
|
||||||
strategies: "generateSW",
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue