next.js
95fe24f6 - Fix force-static and fetch no-store cases (#59549)

Commit
2 years ago
Fix force-static and fetch no-store cases (#59549) This ensures that `export const dynamic = 'force-static'` is properly honored when a page contains fetches with `cache: 'no-store'`, `cache: 'no-cache'` or `next: { revalidate: 0 }`. Closes NEXT-1858
Author
Parents
Loading