Skip config fetch during build

This commit is contained in:
Pallavi Kumari
2025-11-08 22:48:40 +05:30
committed by Owen Schwartz
parent bd20bb0dd1
commit beddb0d187

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();