Spaces:
Build error
Build error
Upload next.config.js with huggingface_hub
Browse files- next.config.js +7 -0
next.config.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
module.exports = {
|
| 2 |
+
reactStrictMode: true,
|
| 3 |
+
swcMinify: true,
|
| 4 |
+
images: {
|
| 5 |
+
domains: ['localhost'],
|
| 6 |
+
},
|
| 7 |
+
}
|