next.js/test/e2e/app-dir/app-basepath/pages/pages-path.js
pages-path.js13 lines198 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <p>pages-path</p>
      <Link href="/another" id="to-another">
        to /another
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN