import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  allowedDevOrigins: ['192.168.5.121', 'localhost'],
};

export default nextConfig;
