https://k-football.vercel.app/
yarn install
yarn dev
- Project created with NextJS.
- SSR is in Teams Detail page
pages/[id].js
, the request is performed from node usinggetServerSideProps
feature.
https://k-football.vercel.app/
yarn install
yarn dev
pages/[id].js
, the request is performed from node using getServerSideProps
feature.