/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", transpilePackages: ["@smashpoint/shared"], images: { remotePatterns: [ { protocol: "https", hostname: "res.cloudinary.com" }, ], }, }; module.exports = nextConfig;