diff --git a/next.config.mjs b/next.config.mjs index 1fc00a8..e73a910 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,6 +2,15 @@ const nextConfig = { /* config options here */ reactCompiler: true, + images: { + remotePatterns: [ + { + protocol: 'http', + hostname: '45.93.137.91', + pathname: '/api/Pictures/**', + }, + ], + }, // basePath: "/sweetHome", // assetPrefix: "/sweetHome/", };