Revaluation like this actually wont work on pages will it? https://nextjs.org/docs/app/building-you
Revaluation like this actually wont work on pages will it? https://nextjs.org/docs/app/building-your-application/caching#time-based-revalidation

{ next: { revalidate: ... } }When you opt for a route to be revalidated on an interval (export const revalidate = 10;), 
{ next: { revalidate: ... } }When you opt for a route to be revalidated on an interval (export const revalidate = 10;),