fix: update revalidation interval to 10 seconds

This commit is contained in:
ArraysID
2025-05-10 04:33:06 +07:00
parent d4a91abb63
commit aad04b6f94
+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([