next.js/test/e2e/app-dir/parallel-routes-revalidation/app/catchall/page.tsx
page.tsx10 lines174 B
import Link from 'next/link'

export default function Page() {
  return (
    <div>
      <Link href="/catchall/foobar">Dynamic Catchall Interception</Link>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN