Spaces:
Paused
Paused
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| images: { | |
| domains: [], | |
| }, | |
| env: { | |
| NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000', | |
| }, | |
| } | |
| module.exports = nextConfig | |