mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-30 06:40:46 +00:00
Skip config fetch during build
This commit is contained in:
committed by
Owen Schwartz
parent
bd20bb0dd1
commit
beddb0d187
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user