revalidate trpc call every 1h
Hi, I've a server component and I want it to fetch data initially on the build time and later on revalidate it every 1h. In nextjs docs there is an option revalidate in a fetch api but how can I use it using
api
from server
with newest 3app0 Replies