eubottura commited on
Commit
22d8f2e
·
verified ·
1 Parent(s): a102774

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
+ output: 'standalone',
5
+ images: {
6
+ domains: [],
7
+ },
8
+ }
9
+
10
+ module.exports = nextConfig