diff --git a/next.config.mjs b/next.config.mjs index 34e209a73e..8c875b8228 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -133,7 +133,7 @@ const nextConfig = { "process", ], transpilePackages: ["@omniroute/open-sse", "@lobehub/icons"], - allowedDevOrigins: ["localhost", "127.0.0.1", "192.168.*"], + allowedDevOrigins: ["localhost", "127.0.0.1", "192.168.0.250"], typescript: { // TODO: Re-enable after fixing all sub-component useTranslations scope issues ignoreBuildErrors: true,