Skip to content

Commit 07f52d8

Browse files
fix: increase isr validate time 60 to 300
1 parent 8c8a51b commit 07f52d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/posts/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function generateStaticParams() {
2121
}
2222

2323
// ISR 활성화하기
24-
export const revalidate = 60; // 60초마다 재검증
24+
export const revalidate = 300; // 300초(5분)마다 재검증
2525

2626
async function getPostDetail(slug: string) {
2727
await dbConnect();

0 commit comments

Comments
 (0)