mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
z
This commit is contained in:
@@ -9,6 +9,18 @@ const nextConfig = {
|
||||
// Dangerously allow production builds to successfully complete even if your project has type errors.
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "c2.staticflickr.com",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "c4.staticflickr.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user