next.js/test/integration/css-fixtures/transition-react/pages/index.js
index.js12 lines191 B
import Link from 'next/link'

export default function Home() {
  return (
    <main>
      <Link href="/other" prefetch={false} id="link-other">
        other
      </Link>
    </main>
  )
}
Quest for Codev2.0.0
/
SIGN IN