next.js/examples/with-segment-analytics/app/about/page.tsx
page.tsx12 lines159 B
export const metadata = {
  title: "About",
};

export default function About() {
  return (
    <div>
      <h1>This is the About page</h1>
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN