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

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