diff --git a/src/app/api/pages/route.ts b/src/app/api/pages/route.ts index 457a67d7..d0b1f88d 100644 --- a/src/app/api/pages/route.ts +++ b/src/app/api/pages/route.ts @@ -25,3 +25,5 @@ export async function GET(req: Request) { const res = new NextServerResponse() return res.status(200).json(result) } + +export const dynamic = "force-dynamic"