Skip config fetch during build

This commit is contained in:
Pallavi Kumari
2025-12-20 16:35:16 -05:00
committed by Owen Schwartz
parent bd20bb0dd1
commit beddb0d187
+1 -1
View File
@@ -2,7 +2,7 @@ import { headers } from 'next/headers';
import { db } from '@server/db';
import { resources } from '@server/db';
import { eq } from 'drizzle-orm';
export const dynamic = "force-dynamic";
export default async function MaintenanceScreen() {
const headersList = await headers();