Files
uldp.edu.vn/next.config.ts
2026-03-07 17:47:50 +07:00

9 lines
157 B
TypeScript

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