Skip to content

Commit 41a7390

Browse files
Update page.tsx
1 parent c34d4af commit 41a7390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/alerts/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

3-
export const dynamic = "force-dynamic"; // don't prerender this page
4-
export const revalidate = 0;
3+
export const dynamic = "force-dynamic"; // disable prerendering/ISR for this route
54

65
import { useEffect, useState } from "react";
76
import { useRouter } from "next/navigation";

0 commit comments

Comments
 (0)