Spaces:
Build error
Build error
| import type { NextConfig } from 'next'; | |
| const nextConfig: NextConfig = { | |
| output: 'standalone', | |
| reactStrictMode: true, | |
| }; | |
| export default nextConfig; |
| import type { NextConfig } from 'next'; | |
| const nextConfig: NextConfig = { | |
| output: 'standalone', | |
| reactStrictMode: true, | |
| }; | |
| export default nextConfig; |