diff --git a/next.config.js b/next.config.js index 858e97e..ee629ee 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,12 @@ const nextConfig = { ignoreDuringBuilds: true, output: "standalone", }, + "allowedDevOrigins": [ + "http://localhost:3000", + "http://10.0.0.1:3000", + "http://files.suchodupin.com:3000", + "https://files.suchodupin.com:3000", + ], images: { remotePatterns: [ {