upgrade nextjs to version 16
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-05 10:27:11 +08:00
parent af1b445072
commit 467232457a
6 changed files with 436 additions and 144 deletions

View File

@@ -13,6 +13,7 @@ const nextConfig: NextConfig = {
},
],
},
reactCompiler: true
// allowedDevOrigins: ["192.168.3.65", "192.168.3.66"],
};