Next.js Discord

Discord Forum

new data every 60 seconds

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
Hey, i develop a new project, that have a popular template. But i want the popular template is refresh every 60 seconds.

Techstack:
- Next.js v15.3.0
- drizzle-orm v0.42.0
- Neon database

1 Reply

Asiatic LionOP
i tried to using
export const revalidate = 60


but it didnt work