next.js/test/e2e/app-dir/app-static/app/force-static/page.js
page.js12 lines241 B
// this should be dynamic as it doesn't specify force-static
// and the parent layout uses `headers()`

export default function Page() {
  return (
    <>
      <p id="page">/force-static</p>
      <p id="now">{Date.now()}</p>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN