/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, output: 'export', images: { unoptimized: true, }, // We don't need rewrites because we serve from the same origin }; module.exports = nextConfig;