Spaces:
Sleeping
Sleeping
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: 'standalone', | |
| experimental: { | |
| optimizePackageImports: ['lucide-react', 'framer-motion'], | |
| }, | |
| images: { | |
| domains: ['images.unsplash.com'], | |
| }, | |
| } | |
| module.exports = nextConfig |