diff --git a/next.config.ts b/next.config.ts index 66b79a2..24f6e90 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { + allowedDevOrigins: ['192.168.3.3'], compress: true, output: 'standalone', poweredByHeader: false,