00Boobs00 commited on
Commit
ba807f4
·
verified ·
1 Parent(s): cb42c01

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +10 -0
next.config.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ reactStrictMode: true,
4
+ images: {
5
+ domains: ['localhost', 'huggingface.co', 'picsum.photos'],
6
+ },
7
+ output: 'standalone',
8
+ }
9
+
10
+ module.exports = nextConfig