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 114e45c commit 007a007Copy full SHA for 007a007
app/projects/page.tsx
@@ -1,7 +1,7 @@
1
import Project from "@/components/projects/Projects";
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