next.js/test/e2e/app-dir/metadata-static-file/app/intercepting/page.tsx
page.tsx10 lines161 B
import Link from 'next/link'

export default function Page() {
  return (
    <div>
      <Link href="/intercept-me">go to /intercept-me</Link>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN