Skip to content

Commit 007a007

Browse files
authored
GH-99 Make Projects sub-page as force dynamic.
1 parent 114e45c commit 007a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/projects/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Project from "@/components/projects/Projects";
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)