/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', trailingSlash: true, env: { NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || '', }, } module.exports = nextConfig