next.js/test/e2e/app-dir/app-validation/app/page.js
page.js7 lines172 B
export default function HomePage() {
  return <h1>Home</h1>
}

// Ensures that the flight requests are always handled by the server.
export const dynamic = 'force-dynamic'
Quest for Codev2.0.0
/
SIGN IN