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