import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", images: { unoptimized: true, }, allowedDevOrigins: ["188.166.211.168"], }; export default nextConfig;