web: dangerously allow local IP image proxying during development

This commit is contained in:
2026-05-19 18:46:12 +02:00
parent e960da6f1c
commit 0e074b5f1f
+1
View File
@@ -16,6 +16,7 @@ const nextConfig = {
hostname: "**", hostname: "**",
}, },
], ],
dangerouslyAllowLocalIP: process.env.NODE_ENV === "development",
}, },
turbopack: { turbopack: {
root: __dirname, root: __dirname,