Similar to `getServerSideProps`. const dynamicData = await fetch(`https://...`, { cache: 'no-store' }); // This request should be cached with a lifetime of ...
確定! 回上一頁