Files
2026-07-13 12:18:46 +08:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;