Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Nov 12, 2024
1 parent d3e2b4e commit 03525a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/pwaConfig.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default {
strategies: 'injectManifest',
includeAssets: ['favicon.svg', 'favicon.ico', 'apple-touch-icon.png'],
includeAssets: ['favicon.svg', 'favicon.ico', 'apple-touch-icon.png'],
injectManifest: {
maximumFileSizeToCacheInBytes: 5000000
},
maximumFileSizeToCacheInBytes: 7000000,
},
manifest: {
name: 'TDesign for React',
short_name: 'TDesign',
Expand All @@ -19,7 +19,7 @@ export default {
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png',
}
]
}
},
],
},
};

0 comments on commit 03525a9

Please sign in to comment.