chore: allow local network dev origin

This commit is contained in:
zv
2026-06-01 19:40:27 +02:00
parent 9b724e22c7
commit 1c8b57b571

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
allowedDevOrigins: ["192.168.0.174"],
reactStrictMode: true, reactStrictMode: true,
}; };