next.js/examples/with-react-ga4/pages/index.js
index.js10 lines155 B
import Link from "next/link";

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