Files
CICD/next.config.ts
SpecialX 6ed30de40c
Some checks failed
CI / build-and-test (push) Successful in 1m6s
CI / deploy (push) Failing after 23s
chore: add debug step to list artifact structure
2025-12-19 16:23:30 +08:00

8 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;