diff --git a/components/pagebody.tsx b/components/pagebody.tsx index fe23774..4fa25a7 100644 --- a/components/pagebody.tsx +++ b/components/pagebody.tsx @@ -1,4 +1,3 @@ -export const dynamic = 'force-dynamic' import '@/app/createDb'; // creates ITS database pool connection import { queryDb } from '@/app/queryDb'; import fs from 'fs';