WebashalarForML commited on
Commit
0263512
·
verified ·
1 Parent(s): 3c0d62f

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +12 -0
next.config.js ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ output: 'standalone',
4
+ experimental: {
5
+ optimizePackageImports: ['lucide-react', 'framer-motion'],
6
+ },
7
+ images: {
8
+ domains: ['images.unsplash.com'],
9
+ },
10
+ }
11
+
12
+ module.exports = nextConfig