Skip to content

Commit 49538a2

Browse files
committed
Next.js build timeout++; we see it locally & prod
1 parent b6398af commit 49538a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const cspHeaderDev = `
3333
`;
3434

3535
const nextConfig = {
36-
staticPageGenerationTimeout: 960,
36+
staticPageGenerationTimeout: 2024,
3737
eslint: {
3838
dirs: ["pages", "app", "components", "lib", "src", "__tests__"],
3939
},

0 commit comments

Comments
 (0)