add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 17:24:47 +08:00
parent aaa484ebee
commit 986be675b2
2 changed files with 75 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
allowedDevOrigins: ["192.168.3.65"]
};
export default nextConfig;