next.js/test/integration/basepath-root-catch-all/pages/hello.js
hello.js8 lines157 B
import Link from 'next/link'

export default () => (
  <Link href="/[...parts]" as="/root/catch-all" id="root-catchall-link">
    root catch-all
  </Link>
)
Quest for Codev2.0.0
/
SIGN IN