NebulaCloud/next.config.mjs
2025-09-15 17:28:58 +08:00

7 lines
140 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
distDir: 'build',
};
export default nextConfig;