fix: update revalidation interval to 10 seconds

This commit is contained in:
ArraysID
2025-05-11 05:24:31 +07:00
parent 54b7a2f0eb
commit a7f7521761
+1 -1
View File
@@ -9,7 +9,7 @@ import { Hero } from './_components/hero';
import { LearningResources } from './_components/learning-resources';
import { Testimonials } from './_components/testimonials';
export const revalidate = 60 * 5; // Seconds
export const revalidate = 10; // Seconds
export default async function Page() {
const [heroData, featuresData] = await Promise.all([