import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ allowedDevOrigins: [ "192.168.10.13", "localhost", ] }; export default nextConfig;