test
This commit is contained in:
@@ -28,6 +28,24 @@ const nextConfig: NextConfig = {
|
||||
port: '9000',
|
||||
pathname: '/**',
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "minio",
|
||||
port: "9100",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "localhost",
|
||||
port: "9100",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "host.docker.internal",
|
||||
port: "9100",
|
||||
pathname: "/**",
|
||||
},
|
||||
]
|
||||
},
|
||||
devIndicators: false,
|
||||
|
||||
Reference in New Issue
Block a user