diff --git a/next.config.ts b/next.config.ts index f5b343b..177e6cd 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - // @ts-expect-error - Next.js dynamic config allowedDevOrigins: ["*.trycloudflare.com", "192.168.68.99", "localhost"], };