diff --git a/next.config.ts b/next.config.ts index 25b857f..e9ffa30 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,9 +2,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - experimental: { - allowedDevOrigins: ['localhost', '127.0.0.1', '192.168.1.20', '192.168.1.0/24'] - } }; export default nextConfig;