import type { NextConfig } from "next"; const nextConfig: NextConfig = { allowedDevOrigins: ["devtools-demo.json-render.localhost"], }; export default nextConfig;