We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34d4af commit 41a7390Copy full SHA for 41a7390
app/alerts/page.tsx
@@ -1,7 +1,6 @@
1
"use client";
2
3
-export const dynamic = "force-dynamic"; // don't prerender this page
4
-export const revalidate = 0;
+export const dynamic = "force-dynamic"; // disable prerendering/ISR for this route
5
6
import { useEffect, useState } from "react";
7
import { useRouter } from "next/navigation";
0 commit comments