Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
201 views

Using generateStaticParams function in Next.js 14, I'm not able to cache to my page

I am using Next.js 14 and my folder is like this: In page.tsx: export const dynamicParams = true; export const revalidate = 3600; export function generateStaticParams() { return [ {"...
Rohit Azad Malik's user avatar