export async function getStaticProps() { // Data fetching return { // data added inside props will be // received by page component as `props` props: {}, }; }