next.js/test/e2e/app-dir/dynamic-href/app/string/page.js
page.js10 lines153 B
import Link from 'next/link'

export default function HomePage() {
  return (
    <Link id="link" href="/object/[slug]">
      to slug
    </Link>
  )
}
Quest for Codev2.0.0
/
SIGN IN