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 39fa9f1 commit 114e45cCopy full SHA for 114e45c
app/team/page.tsx
@@ -1,7 +1,7 @@
1
import Team from "@/components/team/Team";
2
import type { Metadata } from "next";
3
4
-export const dynamic = "auto";
+export const dynamic = "force-dynamic";
5
export const fetchCache = "force-cache";
6
7
export const metadata: Metadata = {
0 commit comments