import type { NextConfig } from "next"; const nextConfig: NextConfig = { allowedDevOrigins: ['localhost', '*.marcus7i.net'], }; export default nextConfig;