ghost-chess/next.config.ts

8 lines
129 B
TypeScript
Raw Permalink Normal View History

2025-05-31 00:21:33 +09:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-05-31 22:08:46 +09:00
output: 'standalone',
2025-05-31 00:21:33 +09:00
};
export default nextConfig;