You should use getStaticProps if: The data required to render the page is available at build time ahead of a user's request. The data comes from a headless CMS.
確定! 回上一頁