SSG - Static Site Generation (getStaticProps)

⬅️ Back Home


If you export a function called getStaticProps (Static Site Generation) from a page, Next.js will pre-render this page at build time using the props returned by getStaticProps.

Uhrzeit Build-Time: 10:0:32