bug fixes from sxsw
This commit is contained in:
@@ -43,10 +43,10 @@ export default defineConfig({
|
||||
'**/*-backup-*.mp4',
|
||||
'**/*-1.47mb.mp4',
|
||||
'**/bg-*.mp4', // Exclude large background videos from precache
|
||||
'**/video-intro.mp4', // Exclude video-intro.mp4 from precache (7MB, cached at runtime)
|
||||
'**/video-intro*.mp4', // Exclude all intro video variants from precache
|
||||
'**/assets/icon/**', // Icons are in includeAssets — don't duplicate in glob precache
|
||||
],
|
||||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB limit (increased from 2MB)
|
||||
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024, // 10MB limit
|
||||
skipWaiting: false, // Wait for user to accept update
|
||||
clientsClaim: false, // Don't claim clients immediately
|
||||
runtimeCaching: [
|
||||
|
||||
Reference in New Issue
Block a user