Files

9 lines
157 B
TypeScript
Raw Permalink Normal View History

2026-05-30 23:16:49 +08:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;