Spaces:
Running
Running
Upload next.config.js with huggingface_hub
Browse files- next.config.js +6 -0
next.config.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
module.exports = {
|
| 2 |
+
reactStrictMode: true,
|
| 3 |
+
images: {
|
| 4 |
+
domains: ['images.unsplash.com', 'placehold.co'],
|
| 5 |
+
},
|
| 6 |
+
}
|