updates
This commit is contained in:
@@ -3,8 +3,10 @@ const nextConfig = {
|
||||
// Enable standalone output for optimized production deployment
|
||||
output: 'standalone',
|
||||
images: {
|
||||
// Enable image optimization in standalone mode
|
||||
unoptimized: false,
|
||||
// Disable image optimization - nginx serves images directly
|
||||
// This prevents 400 errors from Next.js trying to optimize relative URLs
|
||||
// Images are already optimized and served efficiently by nginx
|
||||
unoptimized: true,
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'http',
|
||||
|
||||
Reference in New Issue
Block a user