Próximo JS GetServersideProps
export async function getServerSideProps(context) {
return {
props: {}, // will be passed to the page component as props
}
}
Funny Fox