next.js/test/e2e/app-dir/revalidate-path-with-rewrites/app/cache-components/static/page.tsx
page.tsx7 lines141 B
import SharedPage from '../../shared-page'

export default async function Page() {
  'use cache'
  return <SharedPage isDynamic={false} />
}
Quest for Codev2.0.0
/
SIGN IN