web: dangerously allow local IP image proxying during development
This commit is contained in:
@@ -16,6 +16,7 @@ const nextConfig = {
|
||||
hostname: "**",
|
||||
},
|
||||
],
|
||||
dangerouslyAllowLocalIP: process.env.NODE_ENV === "development",
|
||||
},
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
|
||||
Reference in New Issue
Block a user