/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', images: { domains: [ 'oaidalleapiprodscus.blob.core.windows.net', 'leiturama.ai', 'localhost', ], formats: ['image/avif', 'image/webp'], minimumCacheTTL: 60, }, experimental: { optimizeCss: true, optimizeImages: true, }, } module.exports = nextConfig