anycoder-083d3f92 / next.config.js
WebashalarForML's picture
Upload next.config.js with huggingface_hub
0263512 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
optimizePackageImports: ['lucide-react', 'framer-motion'],
},
images: {
domains: ['images.unsplash.com'],
},
}
module.exports = nextConfig