// @ts-check /** @type {import("next").NextConfig} */ const nextConfig = { output: "standalone", reactStrictMode: true, productionBrowserSourceMaps: true, }; export default nextConfig;