Update next.config.mjs

This commit is contained in:
2025-06-23 15:19:28 +03:00
parent 40e22110ed
commit 5083381bd9

View File

@@ -16,6 +16,12 @@ const nextConfig = {
images: { images: {
unoptimized: true, unoptimized: true,
}, },
swcMinify: true,
poweredByHeader: false,
async rewrites() {
return []
},
output: 'standalone',
} }
export default nextConfig export default nextConfig