enlève allowedDevOrigins

This commit is contained in:
Yannick Le Duc
2025-08-27 09:06:58 +02:00
parent 29f5f37194
commit bfc87ae0a9

View File

@@ -2,9 +2,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
experimental: {
allowedDevOrigins: ['localhost', '127.0.0.1', '192.168.1.20', '192.168.1.0/24']
}
}; };
export default nextConfig; export default nextConfig;