export const config = { maxDuration: 1000 } as const export default function Page() { return <main>hello</main> }