diff --git a/next.config.ts b/next.config.ts index ebda4e0..a49db1e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + allowedDevOrigins: ["*.trycloudflare.com"], experimental: { serverActions: { // Allow image uploads up to ~5MB through Server Actions.