File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,3 @@ const CanvasRoute = () => {
38
38
} ;
39
39
40
40
export default CanvasRoute ;
41
-
42
- // Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
43
- export const config = {
44
- maxDuration : 30 ,
45
- } ;
Original file line number Diff line number Diff line change @@ -293,8 +293,3 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({
293
293
} ;
294
294
295
295
export default BuilderRoute ;
296
-
297
- // Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
298
- export const config = {
299
- maxDuration : 30 ,
300
- } ;
Original file line number Diff line number Diff line change @@ -111,8 +111,3 @@ const LoginRoute = () => {
111
111
} ;
112
112
113
113
export default LoginRoute ;
114
-
115
- // Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
116
- export const config = {
117
- maxDuration : 30 ,
118
- } ;
Original file line number Diff line number Diff line change @@ -453,8 +453,3 @@ export const action = async ({
453
453
} ;
454
454
}
455
455
} ;
456
-
457
- // Reduces Vercel function size from 29MB to 9MB for unknown reasons; effective when used in limited files.
458
- export const config = {
459
- maxDuration : 30 , // seconds
460
- } ;
You can’t perform that action at this time.
0 commit comments