We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941f8c7 commit fac7475Copy full SHA for fac7475
1 file changed
vitePwaOptions.ts
@@ -33,7 +33,7 @@ export const vitePWAconfig: Partial<VitePWAOptions> = {
33
cacheName: 'api-timetable',
34
expiration: {
35
maxEntries: 30,
36
- maxAgeSeconds: 60 * 60 * 24 * 365,
+ maxAgeSeconds: 60 * 60 * 24 * 30,
37
},
38
cacheableResponse: {
39
statuses: [0, 200],
0 commit comments