next.js/test/e2e/app-dir/use-cache/app/(partially-static)/not-found/page.tsx
page.tsx10 lines151 B
'use cache'

import { notFound } from 'next/navigation'

export default async function Page() {
  notFound()

  return <p>This will never render</p>
}
Quest for Codev2.0.0
/
SIGN IN