import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  allowedDevOrigins: ["mwebdev"],
};

export default nextConfig;
