next.js/test/e2e/basepath/pages/link-to-root.js
link-to-root.js12 lines159 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <Link href="/" id="link-back">
        back
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN