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