Skip to content

Commit 114e45c

Browse files
authored
GH-99 Make Team sub-page as force dynamic.
1 parent 39fa9f1 commit 114e45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/team/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Team from "@/components/team/Team";
22
import type { Metadata } from "next";
33

4-
export const dynamic = "auto";
4+
export const dynamic = "force-dynamic";
55
export const fetchCache = "force-cache";
66

77
export const metadata: Metadata = {

0 commit comments

Comments
 (0)