T3-stack SSG
Hey guys, im creating a site with the
What do I do ? I use
pages router. Im wondering if its possible to create most of it with SSG? Since most of the pages only needs to be populated with data at build time. What do I do ? I use
getStaticProps()and getStaticPaths() etc? And it will automatically SSG them at build time?