fierce-church-81643
12/23/2022, 4:17 PMfresh-football-47124
fierce-church-81643
12/23/2022, 5:13 PMfresh-football-47124
export default function About({ message }) {
return (
<div>
<h1>{message}</h1>
</div>
);
}
export function getServerSideProps() {
return {
props: { message: "Welcome to the About Page" },
};
}
fierce-church-81643
12/23/2022, 5:32 PMfresh-football-47124
fierce-church-81643
01/09/2023, 10:36 AM