タイムライン
フルーツ中毒者
1
export default async function getSomething () { const res = await fetch( 'http://localhost:3000/api/something', { method: 'GET', next: { revalidate: 15 }, });
2
export default async function getSomething () { const res = await fetch( 'http://localhost:3000/api/something', { method: 'GET', cache: { revalidate: 15 }, });