fix(build): corporate Next app deploy (7806) — hooks, Apollo, lucide, dynamic root

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-29 13:40:56 -07:00
parent 28892a4ce4
commit 08a53096c8
6 changed files with 19 additions and 3 deletions

View File

@@ -4,6 +4,9 @@ import './globals.css'
import { Providers } from './providers'
import { ErrorBoundary } from '@/components/error-boundary'
// Avoid SSG prerender failures (Apollo/client-only paths, lucide icons in server props).
export const dynamic = 'force-dynamic'
const inter = Inter({
subsets: ['latin'],
variable: '--font-inter',