next.js/test/e2e/app-dir/with-exported-function-config/app/app-layout/inner/page.tsx
page.tsx7 lines129 B
export default function Page() {
  return <p>app-layout</p>
}

// overwrite ../layout's maxDuration
export const maxDuration = 2
Quest for Codev2.0.0
/
SIGN IN