next.js/test/integration/static-page-name/pages/index.js
index.js11 lines154 B
import Link from 'next/link'

export default () => (
  <>
    <h3>Hello</h3>
    <Link href="/static" id="to-static">
      To static
    </Link>
  </>
)
Quest for Codev2.0.0
/
SIGN IN