/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, env: { OLLAMA_BASE_URL: process.env.OLLAMA_BASE_URL || 'http://localhost:11434', }, } module.exports = nextConfig