Skip to content

Commit

Permalink
[next] Update page config test (#10456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 6, 2023
1 parent 98ee6e4 commit c9ad408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pink-ladybugs-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export default function handler(req, res) {
return res.json({ hello: 'world' });
}

export const maxDuration = 7;
export const config = {
maxDuration: 7
};

0 comments on commit c9ad408

Please sign in to comment.