getStaticProps can only be exported from a page. You can't export it from non-page files. One of the reasons for this restriction is that React needs to have ...
確定! 回上一頁