import type { NextConfig } from 'next' const nextConfig: NextConfig = { output: 'export', // Static export — FastAPI serves this in production images: { unoptimized: true, }, } export default nextConfig