Fixed the white side menu bug

This commit is contained in:
2026-04-03 01:54:23 +05:30
parent 530ad05cb1
commit 1b2eb0d972
5 changed files with 14 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
allowedDevOrigins: ['192.168.29.245']
};
export default nextConfig;