API: The Component API: The Component This component is used to provide navigations between page components and enhance performances with smart prefetching. The <nuxt-lin...
Automatic Static Optimization How it works Caveats Automatic Static Optimization Next.js automatically determines that a page is static (can be prerendered) if it has no bloc...
getStaticProps When should I use getStaticProps? When does getStaticProps run Using getStaticProps to fetch data from a CMS Write server-side code directly Statically generates...