/** @type {import('next').NextConfig} */ const nextConfig = {} module.exports = { output: 'standalone' }