const nextConfig: NextConfig = {
images: {
minimumCacheTTL: 360,
remotePatterns: [
{
protocol: 'https',
hostname: '10.8.0.1',
},
{
protocol: 'http',
hostname: 'localhost',
port: '3000'
},
]
},
};
const nextConfig: NextConfig = {
images: {
minimumCacheTTL: 360,
remotePatterns: [
{
protocol: 'https',
hostname: '10.8.0.1',
},
{
protocol: 'http',
hostname: 'localhost',
port: '3000'
},
]
},
};