Skip to content

Commit

Permalink
use correct extra config for pages router (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Aug 31, 2023
1 parent bf87c06 commit 8d1c1c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export default function handler(
return res.status(200).json({ hello: 'world' })
}

export const maxDuration = 1
export const config = { maxDuration: 1 }

0 comments on commit 8d1c1c9

Please sign in to comment.