next.js/test/production/next-link-legacybehavior-ref-merging/app/link-target/page.tsx
page.tsx11 lines165 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <h1>Navigation worked!</h1>
      <Link href="/">Go back</Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN