/** @type {import('next').NextConfig} */ const nextConfig = { // ponytail: pure static export. nginx serves the dashboard with // try_files and proxies /api/* and /ws/* to the Go control plane. // The browser does plain fetch() to /api/*; no NextJS BFF layer. output: 'export', reactStrictMode: true, images: { unoptimized: true }, } module.exports = nextConfig