sofia-cloud / next.config.ts
Gmagl
Fix: next.config.ts syntax
622720b
raw
history blame
153 Bytes
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'standalone',
reactStrictMode: true,
};
export default nextConfig;