Spaces:
Running
Running
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| swcMinify: true, | |
| // تنظیمات برای استقرار بهتر در HuggingFace Spaces | |
| output: 'standalone', | |
| // اجازه بارگذاری فونتها و تصاویر | |
| images: { | |
| domains: ['localhost'], | |
| unoptimized: true | |
| } | |
| } | |
| module.exports = nextConfig |