We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eca4dc commit 8332173Copy full SHA for 8332173
next.config.mjs
@@ -61,6 +61,7 @@ const getNextConfig = async (phase) => {
61
62
if (phase === PHASE_PRODUCTION_BUILD) {
63
const withSerwist = (await import("@serwist/next")).default({
64
+ maximumFileSizeToCacheInBytes: 5000000,
65
swSrc: "sw.ts",
66
swDest: "public/sw.js",
67
reloadOnOnline: true,
0 commit comments