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