Below is an example of how it works: export async function getStaticProps(context) { const res = await fetch(`https://...`) const data = await res.json() if ...
確定! 回上一頁