next.js/examples/with-cypress/pages/home/index.tsx
index.tsx11 lines167 B
import Link from "next/link";

export default function Home() {
  return (
    <div>
      <h1>Home</h1>
      <Link href="/home/about">About</Link>
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN