chore: add remotePatterns

develop
Näser 3 years ago
parent b9f109b7fb
commit 0b92be0942

@ -17,6 +17,15 @@ const nextConfig = {
},
images: {
loader: "default",
remotePatterns: [
{
protocol: 'https',
hostname: 'mcep.nasercloud.fr',
}, {
protocol: 'https',
hostname: 'admin.mcep.nasercloud.fr',
}
],
domains: ["localhost", "127.0.0.1"],
},
};

Loading…
Cancel
Save