volsu-contests/frontend/next.config.ts
2025-11-30 19:55:50 +03:00

8 lines
129 B
TypeScript

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