Files
chess-project/next.config.ts
T
Stefan a4a42488bb i18n
2025-11-23 13:36:10 +01:00

8 lines
129 B
TypeScript

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