next.js/test/production/export/pages/level1/index.js
index.js11 lines191 B
import Link from 'next/link'

export default () => (
  <div id="level1-home-page">
    <div>
      <Link href="/">Go Back</Link>
    </div>
    <p>This is the Level1 home page</p>
  </div>
)
Quest for Codev2.0.0
/
SIGN IN