/** @type {import('next').NextConfig} */ const nextConfig = { output: "export", reactProductionProfiling: false, }; module.exports = nextConfig;